Skip to content

Commit c1085ed

Browse files
committed
fix schema issue
1 parent 7a929d1 commit c1085ed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup/db/db/schema-430to440.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,4 +746,5 @@ INSERT INTO `cloud`.`storage_pool_details` (pool_id,name,value,display) SELECT s
746746
DELETE FROM `cloud`.`data_center_details` WHERE name="storage.overprovisioning.factor";
747747
ALTER TABLE `cloud`.`vpc_offerings` ADD COLUMN supports_region_level_vpc boolean default false;
748748
ALTER TABLE `cloud`.`network_offerings` ADD COLUMN supports_streched_l2 boolean default false;
749+
ALTER TABLE `cloud`.`networks` ADD COLUMN streched_l2 boolean default false;
749750
ALTER TABLE `cloud`.`vpc` ADD COLUMN region_level_vpc boolean default false;

0 commit comments

Comments
 (0)