* perf: cache http trigger routers and auth * fix build * fix * fix build * fix build --------- Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
4 lines
175 B
SQL
4 lines
175 B
SQL
-- Add down migration script here
|
|
DROP TRIGGER http_trigger_change_trigger ON http_trigger;
|
|
DROP FUNCTION notify_http_trigger_change();
|
|
DROP SEQUENCE http_trigger_version_seq; |