Skip to content

Commit

Permalink
Merge pull request #2791 from IBM/issue-2742-smallfix
Browse files Browse the repository at this point in the history
Update Main
  • Loading branch information
lmsurpre committed Sep 21, 2021
2 parents 048f77b + b417b1f commit 33740d4
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,10 +280,8 @@ protected void buildCommonModel(PhysicalDataModel pdm, boolean fhirSchema, boole
default:
throw new IllegalStateException("Unsupported db type: " + dbType);
}
}

// Add the tenant and tenant_keys tables and any other admin schema stuff
if (dropAdmin) {
} else if (dropAdmin) {
// Add the tenant and tenant_keys tables and any other admin schema stuff
FhirSchemaGenerator gen = new FhirSchemaGenerator(schema.getAdminSchemaName(), schema.getSchemaName(), isMultitenant());
gen.buildAdminSchema(pdm);
}
Expand Down

0 comments on commit 33740d4

Please sign in to comment.