sureshanaparti commented on a change in pull request #5846:
URL: https://github.com/apache/cloudstack/pull/5846#discussion_r783874413
##########
File path:
engine/schema/src/main/java/com/cloud/upgrade/dao/Upgrade41520to41600.java
##########
@@ -65,6 +70,28 @@ public boolean supportsRollingUpgrade() {
@Override
public void performDataMigration(Connection conn) {
generateUuidForExistingSshKeyPairs(conn);
+ populateAnnotationPermissions(conn);
+ }
+
+ private void generateAnnotationPermissions(Connection conn) {
Review comment:
```suggestion
private void populateAnnotationPermissions(Connection conn) {
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]