This is an automated email from the ASF dual-hosted git repository.

dahn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new 648170cf9bb Fix lint error coming up in main (#10342)
648170cf9bb is described below

commit 648170cf9bb1dea924d40d6ba35cd0eebeccac5e
Author: Manoj Kumar <manojkr.it...@gmail.com>
AuthorDate: Fri Feb 7 14:02:44 2025 +0530

    Fix lint error coming up in main (#10342)
---
 engine/schema/src/main/resources/META-INF/db/schema-42010to42100.sql | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/engine/schema/src/main/resources/META-INF/db/schema-42010to42100.sql 
b/engine/schema/src/main/resources/META-INF/db/schema-42010to42100.sql
index 4a5a0203a15..340791f0cdb 100644
--- a/engine/schema/src/main/resources/META-INF/db/schema-42010to42100.sql
+++ b/engine/schema/src/main/resources/META-INF/db/schema-42010to42100.sql
@@ -33,4 +33,3 @@ WHERE rp.rule = 'quotaStatement'
 AND NOT EXISTS(SELECT 1 FROM cloud.role_permissions rp_ WHERE rp.role_id = 
rp_.role_id AND rp_.rule = 'quotaCreditsList');
 
 CALL `cloud`.`IDEMPOTENT_ADD_COLUMN`('cloud.host', 'last_mgmt_server_id', 
'bigint unsigned DEFAULT NULL COMMENT "last management server this host is 
connected to" AFTER `mgmt_server_id`');
-

Reply via email to