francis
05/25/2023, 9:02 PMsupabase db remote commit
immediately generates a migration which cannot be applied (EDIT: to an instance started via the supabase cli) and fails. The offending line is:
CREATE EXTENSION IF NOT EXISTS "supabase_vault" WITH SCHEMA "vault";
This fails in the type generation CI with: Error: ERROR: extension "supabase_vault" is not available (SQLSTATE 0A000)
.