Files
windmill/backend/migrations/20250205131514_v2_queue_compatibility_view.down.sql
Lucas Abel 4849af04de backend: fix workflow as code (#5239)
* backend: improve `/get_job_update` after v2

* backend: insert missing `workflow_as_code_status` on completion

also insert `flow_status` from so we can remove the query when `_duration` is above 500

* backend: fix workflow_as_code after v2

* backend: add `workflow_as_code` worker test
2025-02-07 12:27:43 +01:00

3 lines
57 B
SQL

-- Add down migration script here
DROP VIEW v2_as_queue;