We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d35c8 commit 53bc435Copy full SHA for 53bc435
engine/schema/src/main/resources/META-INF/db/schema-41910to42000.sql
@@ -55,7 +55,7 @@ UPDATE `cloud`.`service_offering` SET ram_size = 512 WHERE unique_name IN ("Clou
55
AND system_use = 1 AND ram_size < 512;
56
57
-- NSX Plugin --
58
-CREATE TABLE `cloud`.`nsx_providers` (
+CREATE TABLE IF NOT EXISTS `cloud`.`nsx_providers` (
59
`id` bigint unsigned NOT NULL auto_increment COMMENT 'id',
60
`uuid` varchar(40),
61
`zone_id` bigint unsigned NOT NULL COMMENT 'Zone ID',
0 commit comments