mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 00:00:33 +00:00
97457a5679
* feat(backend): move some static fields out of job tables * backend: re-use `flow_value` if any and avoid clone * update minimal version to 1.427.0
5 lines
126 B
SQL
5 lines
126 B
SQL
-- Add down migration script here
|
|
DROP TABLE job CASCADE;
|
|
DROP VIEW queue_view CASCADE;
|
|
DROP VIEW completed_job_view CASCADE;
|