push:sqlite error _old_push table with turso
is there any known workaround for this issue:
https://github.com/drizzle-team/drizzle-orm/issues/1313
adding a column to a table and calling db:push gives a 500 error due to a _oldpushtablename being created causing some issues
GitHub
[BUG]: drizzle-kit push:sqlite fails to copy table data after addin...
What version of drizzle-orm are you using? 0.28.6([email protected]) What version of drizzle-kit are you using? 0.19.13 Describe the Bug After adding a column to a table in schema, and executing...
5 Replies
any updates?
I don’t think so 😵💫
@philbookst did you even ran across this error SQL_INPUT_ERROR?
when i insert a new column it inserts it but the push just dosen't work well, it keeps throwing error even though it alterd the db
yes i think i also had this error sometimes
it happens something similar to me when I use references() method, so I've removed it for now