Skip to content

Commit 1574013

Browse files
Merge branch '4.20'
2 parents 80f837b + 53bc435 commit 1574013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/schema/src/main/resources/META-INF/db/schema-41910to42000.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ UPDATE `cloud`.`service_offering` SET ram_size = 512 WHERE unique_name IN ("Clou
5555
AND system_use = 1 AND ram_size < 512;
5656

5757
-- NSX Plugin --
58-
CREATE TABLE `cloud`.`nsx_providers` (
58+
CREATE TABLE IF NOT EXISTS `cloud`.`nsx_providers` (
5959
`id` bigint unsigned NOT NULL auto_increment COMMENT 'id',
6060
`uuid` varchar(40),
6161
`zone_id` bigint unsigned NOT NULL COMMENT 'Zone ID',

0 commit comments

Comments
 (0)