mirror of
git://git.savannah.gnu.org/guix/data-service.git
synced 2023-12-14 03:23:03 +01:00
d69f77d59e
These are based on the state of the current manually managed database.
7 lines
95 B
PL/PgSQL
7 lines
95 B
PL/PgSQL
-- Deploy guix-data-service:appschema to pg
|
|
|
|
BEGIN;
|
|
|
|
CREATE SCHEMA guix_data_service;
|
|
|
|
COMMIT;
|