abh1sar commented on code in PR #9675: URL: https://github.com/apache/cloudstack/pull/9675#discussion_r1758226769
########## engine/schema/src/main/resources/META-INF/db/schema-41910to42000.sql: ########## @@ -307,204 +307,6 @@ CREATE TABLE `cloud`.`shared_filesystem`( INDEX `i_shared_filesystem__domain_id`(`domain_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -DROP VIEW IF EXISTS `cloud`.`user_vm_view`; Review Comment: @sureshanaparti yes, the view is created in shared_filesystem_view.sql We don't put any views in the upgrade path anymore. View for user_vm_view was also udpdated in user_vm_view.sql. It was not needed here. -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org