mirror of
https://git.asonix.dog/asonix/relay.git
synced 2025-05-12 20:51:34 +00:00
4 lines
140 B
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();
|