From 8133c9e74bf846d275355cc5690b5a465d0372b8 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Mon, 13 Mar 2023 00:40:35 +0900 Subject: Add update_timestamp trigger to articles table. --- revert/articles_update_timestamp.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 revert/articles_update_timestamp.sql (limited to 'revert/articles_update_timestamp.sql') diff --git a/revert/articles_update_timestamp.sql b/revert/articles_update_timestamp.sql new file mode 100644 index 0000000..3ce73d1 --- /dev/null +++ b/revert/articles_update_timestamp.sql @@ -0,0 +1,7 @@ +-- Revert kakeibo:articles_update_timestamp from pg + +BEGIN; + +DROP TRIGGER update_timestamp ON kakeibo.articles; + +COMMIT; -- cgit v1.2.3