mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
4 lines
142 B
SQL
4 lines
142 B
SQL
-- Add down migration script here
|
|
DROP FUNCTION v2_job_runtime_before_insert() CASCADE;
|
|
DROP FUNCTION v2_job_runtime_before_update() CASCADE;
|