guix-data-service/sqitch/deploy/appschema.sql

8 lines
95 B
MySQL
Raw Permalink Normal View History

-- Deploy guix-data-service:appschema to pg
BEGIN;
CREATE SCHEMA guix_data_service;
COMMIT;