You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: engine/schema/src/main/resources/META-INF/db/schema-42010to42100.sql
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,4 +33,3 @@ WHERE rp.rule = 'quotaStatement'
33
33
AND NOT EXISTS(SELECT1FROMcloud.role_permissions rp_ WHERErp.role_id=rp_.role_idANDrp_.rule='quotaCreditsList');
34
34
35
35
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`');
0 commit comments