__old_push references
Hi could anyone help me with this annoying problem ive been having for some time, and i havent been able to find a solution for it. I have a sqllite database with turso and im using drizzle-orm for the queries.
If i have a empty database, and do the normal drizzle-kit generate -> drizzle-kit migrate -> drizzle-kit push , all my tables are there in turso
But whenever i for example add a new field in a table, and run the same flow drizzle-kit generate -> drizzle-kit migrate -> drizzle-kit push , i always get the error no such table: main.__old_push_playlist and i end up having to drop all of my tables. I have done a drizzle-kit pull and there i can see alot of these old_push references, any way i can fix this or remove all references to the old tables?
0 Replies