aboutsummaryrefslogtreecommitdiff
path: root/deploy
diff options
context:
space:
mode:
Diffstat (limited to 'deploy')
-rw-r--r--deploy/common.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/deploy/common.sql b/deploy/common.sql
new file mode 100644
index 0000000..7a8e581
--- /dev/null
+++ b/deploy/common.sql
@@ -0,0 +1,7 @@
+-- Deploy life-archive:common to pg
+
+BEGIN;
+
+CREATE SCHEMA common;
+
+COMMIT;