From f22be63b1825d1f62f66d774b75d224e68e5870f Mon Sep 17 00:00:00 2001 From: Milo Hyben Date: Thu, 4 Apr 2024 12:18:49 +1100 Subject: [PATCH] Change the script field to TEXT to accomodate very large scripts. (#727) --- db/project.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/db/project.xml b/db/project.xml index 2741a49f3..3be0050e4 100644 --- a/db/project.xml +++ b/db/project.xml @@ -1185,6 +1185,7 @@ SET @@system_versioning_alter_history = 1; ALTER TABLE analysis_runner MODIFY COLUMN config_path VARCHAR(255) NULL; ALTER TABLE analysis_runner MODIFY COLUMN audit_log_id INT NULL; + ALTER TABLE analysis_runner MODIFY COLUMN script TEXT;