* feat: preprocessor refactor * nit * oneOf kind support + new capture format + fix build * fix build * fix build * update preprocessor templates * cache runnable version info * update ee ref * update hub scripts && ee ref
5 lines
178 B
SQL
5 lines
178 B
SQL
-- Add down migration script here
|
|
DROP TRIGGER script_update_trigger ON script;
|
|
DROP TRIGGER flow_update_trigger ON flow_version;
|
|
DROP FUNCTION notify_runnable_version_change();
|