aboutsummaryrefslogtreecommitdiff
path: root/revert/common.sql
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2023-03-28 00:01:31 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2023-03-28 00:01:31 +0900
commitdb73168c4eca48e363e27c7129f2e14dcfa0425f (patch)
treeeb28eed787e8c5a4f7b99884b4dc4a6ff14e2cf9 /revert/common.sql
parent6b8ab6fe190e9d8f42242ff1f57be8c28e9ca066 (diff)
Add common schema.
Diffstat (limited to 'revert/common.sql')
-rw-r--r--revert/common.sql7
1 files changed, 7 insertions, 0 deletions
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;