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
92 B
PL/PgSQL
9 lines
92 B
PL/PgSQL
-- Revert camper:available_languages from pg
|
|
|
|
begin;
|
|
|
|
delete
|
|
from public.language;
|
|
|
|
commit;
|