Skip to content

Commit

Permalink
Merge branch 'PGCK-337_fix' into 'master'
Browse files Browse the repository at this point in the history
PGCK-337 fixed CH library policy merge

See merge request codekeeper/codekeeper!836
  • Loading branch information
AXEPOH committed May 14, 2024
2 parents 9d7e974 + fda0df0 commit 4be3318
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ protected void concat(PgStatement st) {
PgStatement orig = null;
switch (type) {
case SCHEMA:
case POLICY:
case FUNCTION:
orig = getChild(name, type);
if (orig == null) {
Expand Down

0 comments on commit 4be3318

Please sign in to comment.