* 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;
|