From db73168c4eca48e363e27c7129f2e14dcfa0425f Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Tue, 28 Mar 2023 00:01:31 +0900 Subject: Add common schema. --- deploy/common.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 deploy/common.sql (limited to 'deploy') 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; -- cgit v1.2.3