Skip to content

Commit

Permalink
Improve the fhir-persitence-schema #380, #270
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
  • Loading branch information
prb112 committed Jan 29, 2020
1 parent 23385d2 commit f7241a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public AddVersionDAO(String adminSchemaName, String schemaName, String type, Str

@Override
public void run(IDatabaseTranslator translator, Connection c) {

final InsertStatement ins =
InsertStatement.builder(adminSchemaName, SchemaConstants.VERSION_HISTORY)
.addColumn(SchemaConstants.SCHEMA_NAME)
Expand All @@ -66,6 +65,7 @@ public void run(IDatabaseTranslator translator, Connection c) {
if (!translator.isDuplicate(x)) {
throw translator.translate(x);
}
x.printStackTrace();
}
}
}
Expand Down

0 comments on commit f7241a5

Please sign in to comment.