feat: simplify SOP to immediate-effect configuration

This commit is contained in:
Eric 1549169735@qq.com
2026-08-18 16:27:02 +08:00
parent c5ab886b70
commit 8de48fb05e
150 changed files with 6764 additions and 1626 deletions

View File

@@ -0,0 +1,4 @@
ALTER TABLE sop_runs DROP INDEX uk_sop_runs_external_ref;
ALTER TABLE sop_runs DROP COLUMN outputs, DROP COLUMN derived, DROP COLUMN input, DROP COLUMN external_ref;
ALTER TABLE scenario_fields DROP COLUMN source_path;
ALTER TABLE scenarios DROP COLUMN output_schema, DROP COLUMN input_schema;