Skip to content

Commit

Permalink
CB-4028 event for delete
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-skoblikov committed Oct 10, 2023
1 parent 7a33865 commit 897368b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2343,6 +2343,7 @@ public void deleteObjectPermissions(
dbStat.setString(index++, permission);
}
dbStat.execute();
addObjectPermissionsUpdateEvent(objectIds, objectType);
} catch (SQLException e) {
throw new DBCException("Error granting object permissions", e);
}
Expand Down

0 comments on commit 897368b

Please sign in to comment.