Most of them are exactly the same as we use for Numerus, but with the main application schema changed to camper. Closes #1
8 lines
85 B
PL/PgSQL
8 lines
85 B
PL/PgSQL
-- Revert camper:email from pg
|
|
|
|
begin;
|
|
|
|
drop domain if exists camper.email;
|
|
|
|
commit;
|