Skip to content

Commit

Permalink
Merge pull request #2456 from opencb/TASK-6305
Browse files Browse the repository at this point in the history
TASK-6305 - Error executing migrations. "requires additional parameters and need to be run manually."
  • Loading branch information
j-coll committed May 24, 2024
2 parents c74ea8a + bdfa4d6 commit 98cbe6f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
@Migration(id = "illegal_concurrent_file_loadings" ,
description = "Detect illegal concurrent file loadings and fix them by setting 'status' to 'INVALID' or 'READY'",
version = "2.12.5",
manual = true,
domain = Migration.MigrationDomain.STORAGE,
language = Migration.MigrationLanguage.JAVA,
date = 20240424
Expand Down

0 comments on commit 98cbe6f

Please sign in to comment.