mirror of https://github.com/apache/cloudstack.git
bug 9281: fixed account_id can be null in db
This commit is contained in:
parent
5a6d3dc55c
commit
a93ebd21d2
|
|
@ -99,3 +99,5 @@ ALTER TABLE `cloud`.`service_offering` DROP COLUMN `guest_ip_type`;
|
|||
|
||||
ALTER TABLE `cloud`.`load_balancer_vm_map` DROP COLUMN `pending`;
|
||||
|
||||
ALTER TABLE `cloud`.`account_vlan_map` ALTER COLUMN `account_id` bigint unsigned NOT NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue