all done but removing the old migrator
This commit is contained in:
parent
6cd14122cd
commit
7bd29d69fd
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue