mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 08:01:38 +00:00
4 lines
146 B
SQL
4 lines
146 B
SQL
-- Add down migration script here
|
|
DROP FUNCTION v2_job_completed_before_insert() CASCADE;
|
|
DROP FUNCTION v2_job_completed_before_update() CASCADE;
|