mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
add migration from 21 to 22 after migration , SSVM needs to stop/start status 6088: resolved fixed
7 lines
177 B
SQL
7 lines
177 B
SQL
SET foreign_key_checks = 0;
|
|
|
|
--
|
|
-- Schema upgrade from 2.1 to 2.2
|
|
--
|
|
ALTER TABLE `cloud`.`template_host_ref` ADD COLUMN `physicalSize` bigint unsigned NOT NULL DEFAULT 0;
|