aboutsummaryrefslogtreecommitdiff
-- Revert kakeibo:items_update_timestamp from pg

BEGIN;

DROP TRIGGER update_timestamp ON kakeibo.items;

COMMIT;