From 37db03353a121d039a98af49aa034fb2d8f6e6ea Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Tue, 28 Mar 2023 01:10:08 +0900 Subject: Add table for tracking photos. --- revert/photo.photos.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 revert/photo.photos.sql (limited to 'revert/photo.photos.sql') diff --git a/revert/photo.photos.sql b/revert/photo.photos.sql new file mode 100644 index 0000000..f150626 --- /dev/null +++ b/revert/photo.photos.sql @@ -0,0 +1,7 @@ +-- Revert life-archive:photo.photos from pg + +BEGIN; + +DROP TABLE photo.photos; + +COMMIT; -- cgit v1.2.3