mirror of https://github.com/apache/cloudstack.git
3 lines
297 B
SQL
Executable File
3 lines
297 B
SQL
Executable File
ALTER TABLE `cloud`.`vm_instance` MODIFY COLUMN `pod_id` bigint unsigned; -- remove NOT NULL constraint to allow creating DB record in early time
|
|
ALTER TABLE `cloud`.`storage_pool` MODIFY COLUMN `uuid` varchar(255) UNIQUE; -- remove NOT NULL constraint to allow creating DB record in early time
|