Skip to content

Commit

Permalink
#23349-cratedb-erd-error
Browse files Browse the repository at this point in the history
  • Loading branch information
serjiokov committed May 23, 2024
1 parent 5706b9e commit e6cb895
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public static Collection<DBSEntity> collectDatabaseTables(
}
});
} catch (DBException e) {
log.warn("Entity cache model can't be read", e);
DBWorkbench.getPlatformUI().showError("Cache database model", "Error caching database model", e);
}
Collection<? extends DBSObject> entities = objectContainer.getChildren(monitor);
if (entities != null) {
Expand Down

0 comments on commit e6cb895

Please sign in to comment.