From 5934d9831350640a99526fad6afb2ec104316fea Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Tue, 29 Aug 2023 23:55:08 +0900 Subject: Create table to manage my photos --- revert/photos.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 revert/photos.sql (limited to 'revert') diff --git a/revert/photos.sql b/revert/photos.sql new file mode 100644 index 0000000..7fb3606 --- /dev/null +++ b/revert/photos.sql @@ -0,0 +1,9 @@ +-- Revert photos:photos from pg + +BEGIN; + +SET search_path to photos; + +DROP TABLE photos; + +COMMIT; -- cgit v1.2.3