wanting to modify a table of a d1 database using migrations, i added a second SQL file with the alte
wanting to modify a table of a d1 database using migrations, i added a second SQL file with the alter script. when I apply the migrations by 'wrangler migration apply' It re-apply the first SQL file as well (with the creation script) and obviously i get an errore. how to manage the db changes in a viable and repeatible way


