aboutsummaryrefslogtreecommitdiff
path: root/revert/photo.photos.sql
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2023-03-28 01:10:08 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2023-03-28 01:10:08 +0900
commit37db03353a121d039a98af49aa034fb2d8f6e6ea (patch)
tree2b92da1e57dec3297473e7bf1b2288fc53da71ec /revert/photo.photos.sql
parenta32412ed8826a036be7ebf76ecba8c9134301ecb (diff)
Add table for tracking photos.
Diffstat (limited to 'revert/photo.photos.sql')
-rw-r--r--revert/photo.photos.sql7
1 files changed, 7 insertions, 0 deletions
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;