mirror of
https://git.asonix.dog/asonix/relay.git
synced 2025-06-06 13:19:58 +00:00
5 lines
162 B
SQL
5 lines
162 B
SQL
-- This file should undo anything in `up.sql`
|
|
DROP TRIGGER IF EXISTS actors_notify ON actors;
|
|
DROP FUNCTION IF EXISTS invoke_actors_trigger();
|
|
DROP TABLE actors;
|