diff options
Diffstat (limited to 'sqitch/deploy/appschema.sql')
-rw-r--r-- | sqitch/deploy/appschema.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/deploy/appschema.sql b/sqitch/deploy/appschema.sql new file mode 100644 index 0000000..9b5dc13 --- /dev/null +++ b/sqitch/deploy/appschema.sql @@ -0,0 +1,7 @@ +-- Deploy guix-data-service:appschema to pg + +BEGIN; + +CREATE SCHEMA guix_data_service; + +COMMIT; |