Grokksmak
Grokksmak
DTDrizzle Team
Created by Grokksmak on 9/10/2024 in #help
__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?
1 replies
DTDrizzle Team
Created by Grokksmak on 8/14/2024 in #help
What is the __old_push xxx
Hello im curious, sometimes when i try to do a drizzle push after generating and migrating my database, i get this error SQLite error: no such table: main.__old_push_songs What is the reason i get this error?
1 replies