relay/migrations/2020-03-25-211630_add-node-notifications/down.sql

4 lines
140 B
SQL

-- This file should undo anything in `up.sql`
DROP TRIGGER IF EXISTS nodes_notify ON nodes;
DROP FUNCTION IF EXISTS invoke_nodes_trigger();