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
What version of drizzle-orm are you using? 0.28.6(better-sqlite3@8.6.0) 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...
Was this page helpful?