Skip to content

Commit

Permalink
Making audit_log_id nullable in analysis_runner table. (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
milo-hyben authored Apr 3, 2024
1 parent 89e86f0 commit 81275bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@
<sql>
SET @@system_versioning_alter_history = 1;
ALTER TABLE analysis_runner MODIFY COLUMN config_path VARCHAR(255) NULL;
SET @@system_versioning_alter_history = 0;
ALTER TABLE analysis_runner MODIFY COLUMN audit_log_id INT NULL;
</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 81275bc

Please sign in to comment.