DaanHoogland commented on code in PR #13899: URL: https://github.com/apache/cloudstack/pull/13899#discussion_r3894696591
########## engine/schema/src/main/resources/META-INF/db/schema-42210to42220-cleanup.sql: ########## @@ -15,17 +15,8 @@ -- specific language governing permissions and limitations -- under the License. --- cloud.account_netstats_view source - +--; +-- Schema upgrade cleanup from 4.22.1.0 to 4.22.2.0 +--; DROP VIEW IF EXISTS `cloud`.`account_netstats_view`; Review Comment: should the view create script also be removed from the code-base? -- 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]
