summaryrefslogtreecommitdiff
path: root/revert/photos_update_timestamp.sql
diff options
context:
space:
mode:
Diffstat (limited to 'revert/photos_update_timestamp.sql')
-rw-r--r--revert/photos_update_timestamp.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/revert/photos_update_timestamp.sql b/revert/photos_update_timestamp.sql
new file mode 100644
index 0000000..9e5561d
--- /dev/null
+++ b/revert/photos_update_timestamp.sql
@@ -0,0 +1,9 @@
+-- Revert photos:photos_update_timestamp from pg
+
+BEGIN;
+
+SET search_path to photos;
+
+DROP TRIGGER update_timestamp ON photos;
+
+COMMIT;