madsbuch
05/24/2022, 5:03 PM~/a/web ❯❯❯ supabase db push
Applying unapplied migrations...
Error: ERROR: permission denied for schema graphql_public (SQLSTATE 42501)
Migrations work locally, but not remove. Neither on our existing project or completely newly created projectsNeedle
05/24/2022, 5:04 PMmadsbuch
05/24/2022, 5:14 PMremote_commit
migration that the supabase CLI created is faulty and has introduced a lot of breaking elements.madsbuch
05/24/2022, 5:17 PM~/a/web ❯❯❯ supabase db commit "initial commit"
Finished supabase db commit on branch main.
WARNING: The diff tool is not foolproof, so you may need to manually rearrange and modify the generated migration.
Run supabase db reset to verify that the new migration does not generate errors.
~/a/web ❯❯❯ supabase db push
Applying unapplied migrations...
Error: ERROR: permission denied for schema graphql_public (SQLSTATE 42501)
madsbuch
05/24/2022, 5:19 PM~/a/web ❯❯❯ supabase db reset
Error: Error resetting database: ERROR: schema "graphql_public" does not exist
madsbuch
05/24/2022, 5:35 PMNeedle
05/25/2022, 2:23 PMNeedle
05/25/2022, 2:23 PM