diff options
| author | Masaya Tojo <masaya@tojo.tokyo> | 2023-03-28 01:10:08 +0900 |
|---|---|---|
| committer | Masaya Tojo <masaya@tojo.tokyo> | 2023-03-28 01:10:08 +0900 |
| commit | 37db03353a121d039a98af49aa034fb2d8f6e6ea (patch) | |
| tree | 2b92da1e57dec3297473e7bf1b2288fc53da71ec /revert | |
| parent | a32412ed8826a036be7ebf76ecba8c9134301ecb (diff) | |
Add table for tracking photos.
Diffstat (limited to 'revert')
| -rw-r--r-- | revert/photo.photos.sql | 7 |
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; |
