Skip to content

Commit

Permalink
Enables catalog support so that diff-changelog generation works again (
Browse files Browse the repository at this point in the history
  • Loading branch information
Guschtel authored Oct 8, 2024
1 parent 19ffdc0 commit cca484a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ public boolean supportsSchemas() {

@Override
public boolean supportsCatalogs() {
return false;
return true;
}

/**
Expand Down

0 comments on commit cca484a

Please sign in to comment.