This commit is contained in:
2
supabase/seed.sql
Normal file
2
supabase/seed.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- Replace with invited tester emails before applying in a shared environment.
|
||||
insert into public.allowlist(email) values ('founder@example.com') on conflict do nothing;
|
||||
Reference in New Issue
Block a user