Skip to content

Commit cca484a

Browse files
authored
Enables catalog support so that diff-changelog generation works again (#717)
1 parent 19ffdc0 commit cca484a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/liquibase/ext/hibernate/database/HibernateDatabase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ public boolean supportsSchemas() {
331331

332332
@Override
333333
public boolean supportsCatalogs() {
334-
return false;
334+
return true;
335335
}
336336

337337
/**

0 commit comments

Comments
 (0)