mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-06 16:02:23 +00:00
4 lines
152 B
SQL
4 lines
152 B
SQL
-- Add down migration script here
|
|
DROP FUNCTION v2_job_flow_runtime_before_insert() CASCADE;
|
|
DROP FUNCTION v2_job_flow_runtime_before_update() CASCADE;
|