When pushing migrations to Supabase, it skips saying the schema "drizzle" already exists.
When I update my schema and try to push the migration to Supabase, I get the following error. How can I move forward with pushing it as opposed to having it skip?
I guess part of the issue is I don't understand how migrations really work so not sure what this error is telling me is wrong. In my database, I already have 2 entries in a table called
My migration file looks like this:
I guess part of the issue is I don't understand how migrations really work so not sure what this error is telling me is wrong. In my database, I already have 2 entries in a table called
__drizzle_migrations under the drizzle schema that was auto-created by drizzle-kit when migrating the first few timesMy migration file looks like this: