aboutsummaryrefslogtreecommitdiff
path: root/revert/articles_update_timestamp.sql
blob: 3ce73d17155f1869ba706096a77b2d3ca24ac8df (plain)
1
2
3
4
5
6
7
-- Revert kakeibo:articles_update_timestamp from pg

BEGIN;

DROP TRIGGER update_timestamp ON kakeibo.articles;

COMMIT;