Github user bhaisaab commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/768#discussion_r46123680 --- Diff: engine/schema/src/com/cloud/upgrade/dao/Upgrade452to460.java --- @@ -66,10 +66,25 @@ public boolean supportsRollingUpgrade() { @Override public void performDataMigration(final Connection conn) { updateSystemVmTemplates(conn); + alterAddColumnToCloudUsage(conn); updateVMInstanceUserId(conn); addIndexForVMInstance(conn); } + public void alterAddColumnToCloudUsage(final Connection conn) { --- End diff -- @abhinandanprateek the only fix needed now is to move this db migration from 452to460, to Upgrade460to471 class since we're going to merge on 4.7/master.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---