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
83 B
PL/PgSQL
8 lines
83 B
PL/PgSQL
-- Revert camper:schema_auth from pg
|
|
|
|
begin;
|
|
|
|
drop schema if exists auth;
|
|
|
|
commit;
|