From 245f705e51429a7cd152039ca2b3b6b63c619464 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Tue, 28 Mar 2023 00:14:44 +0900 Subject: Change kakeibo.update_timestamp to common.update_timestamp. --- revert/articles_update_timestamp@v1.0.0-alpha.3.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 revert/articles_update_timestamp@v1.0.0-alpha.3.sql (limited to 'revert/articles_update_timestamp@v1.0.0-alpha.3.sql') diff --git a/revert/articles_update_timestamp@v1.0.0-alpha.3.sql b/revert/articles_update_timestamp@v1.0.0-alpha.3.sql new file mode 100644 index 0000000..3ce73d1 --- /dev/null +++ b/revert/articles_update_timestamp@v1.0.0-alpha.3.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