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)
|
.unique(false)
|
||||||
.withColumns( "CONCEPT_UPDATED");
|
.withColumns( "CONCEPT_UPDATED");
|
||||||
trmConcept
|
trmConcept
|
||||||
// FIXME KHS move version up here
|
|
||||||
.modifyColumn("20180903.52", "CODE")
|
.modifyColumn("20180903.52", "CODE")
|
||||||
.nonNullable()
|
.nonNullable()
|
||||||
.withType(BaseTableColumnTypeTask.ColumnTypeEnum.STRING, 500);
|
.withType(BaseTableColumnTypeTask.ColumnTypeEnum.STRING, 500);
|
||||||
|
|
|
@ -219,7 +219,6 @@ public class Builder {
|
||||||
myUnique = theUnique;
|
myUnique = theUnique;
|
||||||
}
|
}
|
||||||
|
|
||||||
// FIXME KHS this String... is a problem with versions
|
|
||||||
public void withColumns(String... theColumnNames) {
|
public void withColumns(String... theColumnNames) {
|
||||||
AddIndexTask task = new AddIndexTask(myRelease, myVersion);
|
AddIndexTask task = new AddIndexTask(myRelease, myVersion);
|
||||||
task.setTableName(myTableName);
|
task.setTableName(myTableName);
|
||||||
|
|
Loading…
Reference in New Issue