Skip to content

Commit 648170c

Browse files
authored
Fix lint error coming up in main (#10342)
1 parent 2ef1613 commit 648170c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

engine/schema/src/main/resources/META-INF/db/schema-42010to42100.sql

-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,3 @@ WHERE rp.rule = 'quotaStatement'
3333
AND NOT EXISTS(SELECT 1 FROM cloud.role_permissions rp_ WHERE rp.role_id = rp_.role_id AND rp_.rule = 'quotaCreditsList');
3434

3535
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`');
36-

0 commit comments

Comments
 (0)