How to drop a failed drizzle-kit push?
Hi, I made some changes to table (transformed some
I tried to apply my changes with
And I got some errors:
So, I revert the changes, and try again to push some very minor change to another table to check if everything is ok.
And I still get the same error.
I don't know how I am supposed to drop the current cached mutation.
bigint("id", { mode: "number" }).notNull() to bigint("id", { mode: "number" }).primaryKey()).I tried to apply my changes with
bun run dotenv drizzle-kit push:mysql as usual...And I got some errors:
So, I revert the changes, and try again to push some very minor change to another table to check if everything is ok.
And I still get the same error.
I don't know how I am supposed to drop the current cached mutation.