Migration struggled at some snapshot (existed table), Can I skip it?
As my understanding, Drizzle generate each database changes as snapshot. In my case migrate function was struggled at some snapshot with error like TABLE EXISTS cause I manually create/modify that table myself or it was an existed table before I'm using Drizzle. Now any new schemas can't migrate to database due to it's struggled at that snapshot. Can I skip it or anyway to solve this?
1 Reply
Oh I found that migration work successfully when run it with drizzle-kit command cli.