"The supplied SQL string contains more than one statement" after running "generate:sqlite"
I just updated one of my schemas with a few columns and now my project is broken.
This is the generated SQL
3 Replies
adding the columns one-by-one works.
add breakpoints: true to your drizzle config file
and regenerate the migration
we will make an opt out breakpoints in next release, both SQLite and MySQL do not support multiple DDL statements in one transaction, so we have to split statements on the client side prior to running migrations