Fix incorrectly grabbed table

This commit is contained in:
Graham, Gary 2018-12-13 00:49:17 -05:00
parent a01d6cf302
commit 4fea74cfa2
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ public class HapiFhirJpaMigrationTasks extends BaseMigrationTasks<VersionEnum> {
hfjResource.dropColumn("RES_TEXT");
hfjResource.dropColumn("RES_ENCODING");
Builder.BuilderWithTableName hfjResVer = version.onTable("HFJ_RESOURCE");
Builder.BuilderWithTableName hfjResVer = version.onTable("HFJ_RES_VER");
version.startSectionWithMessage("Starting work on table: " + hfjResVer.getTableName());
hfjResVer.modifyColumn("RES_ENCODING")
.nullable();