mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
add DB migration for cluster.type
This commit is contained in:
parent
35b59a50d3
commit
c72527a747
@ -7,6 +7,8 @@ ALTER TABLE `cloud`.`template_host_ref` ADD COLUMN `physical_size` bigint unsign
|
||||
ALTER TABLE `cloud`.`snapshots` MODIFY COLUMN `id` bigint unsigned UNIQUE NOT NULL
|
||||
ALTER TABLE `cloud`.`vm_instance` DROP COLUMN `group`
|
||||
ALTER TABLE `cloud`.`cluster` ADD COLUMN `guid` varchar(255) UNIQUE DEFAULT NULL
|
||||
ALTER TABLE `cloud`.`cluster` ADD COLUMN `cluster_type` varchar(64) DEFAULT 'CloudManaged'
|
||||
|
||||
|
||||
|
||||
-- NOTE for tables below
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user