These are based on the state of the current manually managed database.
7 lines
95 B
PL/PgSQL
7 lines
95 B
PL/PgSQL
-- Revert guix-data-service:appschema from pg
|
|
|
|
BEGIN;
|
|
|
|
DROP SCHEMA guix_data_service;
|
|
|
|
COMMIT;
|