diff --git a/supabase/migrations/20240508001452_remote_schema.sql b/supabase/migrations/20240508001452_remote_schema.sql deleted file mode 100644 index 8b13789..0000000 --- a/supabase/migrations/20240508001452_remote_schema.sql +++ /dev/null @@ -1 +0,0 @@ - diff --git a/supabase/migrations/20240508021359_remote_schema.sql b/supabase/migrations/20240508021359_remote_schema.sql deleted file mode 100644 index 8b13789..0000000 --- a/supabase/migrations/20240508021359_remote_schema.sql +++ /dev/null @@ -1 +0,0 @@ - diff --git a/supabase/seed.sql b/supabase/seed.sql index 23332fe..22cb9af 100644 --- a/supabase/seed.sql +++ b/supabase/seed.sql @@ -37,8 +37,8 @@ ALTER DEFAULT PRIVILEGES FOR ROLE "postgres" IN SCHEMA "public" GRANT ALL ON TAB RESET ALL; -- storage setup -- -insert into "storage"."buckets" - ("styles", "styles", true) +insert into "storage"."buckets"("id", "name", "public", "allowed_mime_types") + ("styles", "styles", true, '{"text/css"}') values on conflict do nothing;