mirror of
https://git.asonix.dog/asonix/relay.git
synced 2024-11-25 11:01:11 +00:00
3 lines
140 B
SQL
3 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();
|