Skip to content

Commit cd8e35e

Browse files
committed
VNF: add is_public column
1 parent c006aa2 commit cd8e35e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

engine/schema/src/main/resources/META-INF/db/schema-42100to42200.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
-- Schema upgrade from 4.21.0.0 to 4.22.0.0
2020
--;
2121

22+
-- Add column `is_public` to VNF template nics table
23+
CALL `cloud`.`IDEMPOTENT_ADD_COLUMN`('cloud.vnf_template_nics','is_public', 'tinyint NOT NULL DEFAULT 1 AFTER `management`');
24+
2225
-- Add table for VNF appliance details
2326
CREATE TABLE IF NOT EXISTS `cloud`.`vnf_appliance_details` (
2427
`id` bigint unsigned NOT NULL auto_increment,

0 commit comments

Comments
 (0)