aboutsummaryrefslogtreecommitdiff
path: root/revert/articles_update_updated_at.sql
blob: bed20cfc27d90760efeebbca425ef96aadb9861f (about) (plain)
1
2
3
4
5
6
7
8
9
-- Revert diary:articles_update_updated_at from pg

BEGIN;

SET search_path to diary;

DROP TRIGGER update_updated_at ON articles;

COMMIT;