Most of them are exactly the same as we use for Numerus, but with the main application schema changed to camper. Closes #1
9 lines
124 B
PL/PgSQL
9 lines
124 B
PL/PgSQL
-- Deploy camper:extension_citext to pg
|
|
-- requires: schema_public
|
|
|
|
begin;
|
|
|
|
create extension if not exists citext;
|
|
|
|
commit;
|