From 9c8cbed6cdd725ed1153a260ab0844971b685fbf Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sat, 11 Nov 2023 16:13:41 +0900 Subject: Change taken_at column type to timestamptz --- revert/photos@v1.0.0-alpha1.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 revert/photos@v1.0.0-alpha1.sql (limited to 'revert/photos@v1.0.0-alpha1.sql') diff --git a/revert/photos@v1.0.0-alpha1.sql b/revert/photos@v1.0.0-alpha1.sql new file mode 100644 index 0000000..7fb3606 --- /dev/null +++ b/revert/photos@v1.0.0-alpha1.sql @@ -0,0 +1,9 @@ +-- Revert photos:photos from pg + +BEGIN; + +SET search_path to photos; + +DROP TABLE photos; + +COMMIT; -- cgit v1.2.3