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
97 B
PL/PgSQL
8 lines
97 B
PL/PgSQL
-- Revert camper:extension_pgcrypto from pg
|
|
|
|
begin;
|
|
|
|
drop extension if exists pgcrypto;
|
|
|
|
commit;
|