Hi Max. I'm trying to use Drizzle currently with my Pages project to run migrations for my d1 databa
Hi Max. I'm trying to use Drizzle currently with my Pages project to run migrations for my d1 database. I'm facing some issues.
- The sql generated in migrations doesn't have IF NOT EXISTS in CREATE TABLE statements which causes errors while re-running the migrations against the db where the table already exists so I've to manually add it.
- I'm getting ERROR] A prepared SQL statement must contain only one statement. [code: 7500] even though all sql statements have semicolon at the end.
- Is there a way to do CI-CD with drizzle. I want to use do migrations from my github actions?



