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