forked from mirrors/relay
5 lines
162 B
MySQL
5 lines
162 B
MySQL
|
-- 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;
|