Cannot `supabase db push` after adding local migrations
I have created a local migration which adds a table and modifies an existing one.
After running
The problem occurs when trying to push these changes to my production database.
I get this error when running
The debug message doesn't offer much more information
Has anyone experienced this? Would appreciate any advice to resolve. Thanks!
After running
supabase db reset everything works as expected.The problem occurs when trying to push these changes to my production database.
I get this error when running
supabase db pushThe debug message doesn't offer much more information
Has anyone experienced this? Would appreciate any advice to resolve. Thanks!