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