mirror of https://github.com/apache/cloudstack.git
Fix lint error coming up in main (#10342)
This commit is contained in:
parent
2ef16132ee
commit
648170cf9b
|
|
@ -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`');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue