From 6c6aa7e0e040cbc503448879ee95ca563e3e228f Mon Sep 17 00:00:00 2001 From: Milo Hyben Date: Thu, 4 Apr 2024 12:12:38 +1100 Subject: [PATCH] Change the script field to TEXT to accomodate very large scripts. --- 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;