aboutsummaryrefslogtreecommitdiff
path: root/revert/update_timestamp.sql
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2023-02-28 23:36:50 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2023-03-02 09:22:36 +0900
commite36a6b94211badaaf868a2082c348a37e65d86e1 (patch)
treefdaadc656110a680e6d2da7e86d105330f593e03 /revert/update_timestamp.sql
parent438a85fd3a2ea8dd4fa48df5537c1db2c0e90878 (diff)
Add triger function to update a timestamp.
Diffstat (limited to 'revert/update_timestamp.sql')
-rw-r--r--revert/update_timestamp.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/revert/update_timestamp.sql b/revert/update_timestamp.sql
new file mode 100644
index 0000000..07074ac
--- /dev/null
+++ b/revert/update_timestamp.sql
@@ -0,0 +1,7 @@
+-- Revert kakeibo:update_timestamp from pg
+
+BEGIN;
+
+DROP FUNCTION kakeibo.update_timestamp;
+
+COMMIT;