all done but removing the old migrator

This commit is contained in:
Ken Stevens 2019-10-29 21:23:55 -04:00
parent 6cd14122cd
commit 7bd29d69fd
2 changed files with 0 additions and 2 deletions

View File

@ -674,7 +674,6 @@ public class HapiFhirJpaMigrationTasks extends BaseMigrationTasks<VersionEnum> {
.unique(false)
.withColumns( "CONCEPT_UPDATED");
trmConcept
// FIXME KHS move version up here
.modifyColumn("20180903.52", "CODE")
.nonNullable()
.withType(BaseTableColumnTypeTask.ColumnTypeEnum.STRING, 500);

View File

@ -219,7 +219,6 @@ public class Builder {
myUnique = theUnique;
}
// FIXME KHS this String... is a problem with versions
public void withColumns(String... theColumnNames) {
AddIndexTask task = new AddIndexTask(myRelease, myVersion);
task.setTableName(myTableName);