From 6d6f4546b0cda266e6f5e6f2cda783da985dfb00 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Wed, 30 Aug 2023 00:10:06 +0900 Subject: Add function to update timestamp --- revert/update_timestamp.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 revert/update_timestamp.sql (limited to 'revert') diff --git a/revert/update_timestamp.sql b/revert/update_timestamp.sql new file mode 100644 index 0000000..cbbf612 --- /dev/null +++ b/revert/update_timestamp.sql @@ -0,0 +1,9 @@ +-- Revert photos:update_timestamp from pg + +BEGIN; + +SET search_path to photos; + +DROP FUNCTION update_timestamp; + +COMMIT; -- cgit v1.2.3