3 lines
170 B
SQL
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;
|