drizzle can't migrate, SQL input error: table `tasks` already exists (at offset 13)'
hello! i'm using
drizzle-orm
version ^0.30.7, next
v.14.0.4. i want to push the my changes to the turso db. firstly i run db:generate
then db:migrate
i got this error. wonder what's causing this to happen?
1 Reply
Hmm, i'm getting the equivalent of this after i upgraded to 0.30.8 on Postgres. I wonder if something is not detecting the migrations have already been run.