Drizzle migration error with Example table.
Any reason why I am getting this error when I do
pnpm db:push
for the 2nd time? No changes made.3 Replies
For more context: I created a t3-app, put in the env variables needed, ran
db:push
, changed the users schema then tried to run db:push
again. But I get this error because of the example table which I did not change.
did you ever figure this out?
nope @dragonflyof99 i just did
drizzle-kit generate
and manually copies the migrations to TablePlus