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. --- revert/common.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 revert/common.sql (limited to 'revert/common.sql') diff --git a/revert/common.sql b/revert/common.sql new file mode 100644 index 0000000..d2673a6 --- /dev/null +++ b/revert/common.sql @@ -0,0 +1,7 @@ +-- Revert life-archive:common from pg + +BEGIN; + +DROP SCHEMA common; + +COMMIT; -- cgit v1.2.3