Files
Dungeons-Ground/supabase/seed.sql
pavel444-byte 1774496cf9
Some checks failed
CI / validate (push) Failing after 14m50s
The first 2 weeks is ended.
2026-08-14 10:48:54 +05:00

3 lines
170 B
SQL

-- Replace with invited tester emails before applying in a shared environment.
insert into public.allowlist(email) values ('founder@example.com') on conflict do nothing;