Fighting with migrations
Hi, I have a SQL database that I should keep. I messed up my migrations.
i tried to restart from a blank slate.
- Removed the migration (in database, in files (snapshot, migration files and journal file))
- I did a
npx drizzle-kit pull
- I get a commented migration file, I deleted schema and everything(already have those)
- I tried to create a new field, then run npx drizzle-kit migrate
I got this "error"1 Reply
What should I do to start again with migration and what is the workflow to cancel a migration (get back in previous state) Rollback is missing in drizzle