Skip to content

Commit

Permalink
app: Ensure OrganizationMigration is marked as "manual" to avoid auto…
Browse files Browse the repository at this point in the history
…matic execution. #TASK-7118
  • Loading branch information
j-coll committed Oct 28, 2024
1 parent f73fbc1 commit d796b3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
import static org.opencb.opencga.core.config.storage.StorageConfiguration.Mode.READ_ONLY;

@Migration(id = "add_organizations", description = "Add new Organization layer #TASK-4389", version = "3.0.0",
language = Migration.MigrationLanguage.JAVA, domain = Migration.MigrationDomain.CATALOG, date = 20231212)
language = Migration.MigrationLanguage.JAVA, domain = Migration.MigrationDomain.CATALOG, date = 20231212, manual = true)
public class OrganizationMigration extends MigrationTool {
private final Configuration configuration;
private final String adminPassword;
Expand Down

0 comments on commit d796b3d

Please sign in to comment.