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
82 B
PL/PgSQL
8 lines
82 B
PL/PgSQL
-- Revert camper:user from pg
|
|
|
|
begin;
|
|
|
|
drop table if exists auth."user";
|
|
|
|
commit;
|