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