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"
Was this page helpful?