Skip to content

Commit

Permalink
Change the script field to TEXT to accomodate very large scripts. (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
milo-hyben authored Apr 4, 2024
1 parent 5d266d3 commit f22be63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
</sql>

<!-- Migrate all the old analysis_runner records into the new table (don't delete existing ones for now) -->
Expand Down

0 comments on commit f22be63

Please sign in to comment.