aboutsummaryrefslogtreecommitdiff
path: root/revert/photo.sql
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2023-03-28 00:40:41 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2023-03-28 00:40:41 +0900
commita32412ed8826a036be7ebf76ecba8c9134301ecb (patch)
treea580d7158411f197bcf39fe6ef03d783e47beccc /revert/photo.sql
parentae2d6e3dca949d493e6c07567dc5114042414e02 (diff)
Add photo schema.
Diffstat (limited to 'revert/photo.sql')
-rw-r--r--revert/photo.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/revert/photo.sql b/revert/photo.sql
new file mode 100644
index 0000000..7260dda
--- /dev/null
+++ b/revert/photo.sql
@@ -0,0 +1,7 @@
+-- Revert life-archive:photo from pg
+
+BEGIN;
+
+DROP SCHEMA photo;
+
+COMMIT;