You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup/db/db/schema-430to440.sql
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -657,6 +657,7 @@ ALTER TABLE `cloud`.`vpc` ADD COLUMN `display` tinyint(1) NOT NULL DEFAULT '1' C
657
657
ALTERTABLE`cloud`.`firewall_rules` ADD COLUMN `display`tinyint(1) NOT NULL DEFAULT '1' COMMENT 'True if the rule can be displayed to the end user';
658
658
ALTERTABLE`cloud`.`autoscale_vmgroups` ADD COLUMN `display`tinyint(1) NOT NULL DEFAULT '1' COMMENT 'True if the entry can be displayed to the end user';
659
659
ALTERTABLE`cloud`.`autoscale_vmprofiles` ADD COLUMN `display`tinyint(1) NOT NULL DEFAULT '1' COMMENT 'True if the entry can be displayed to the end user';
ALTERTABLE`cloud`.`network_acl_item` ADD COLUMN `display`tinyint(1) NOT NULL DEFAULT '1' COMMENT 'True if the entry can be displayed to the end user';
661
662
ALTERTABLE`cloud`.`network_acl` ADD COLUMN `display`tinyint(1) NOT NULL DEFAULT '1' COMMENT 'True if the entry can be displayed to the end user';
662
663
ALTERTABLE`cloud`.`remote_access_vpn` ADD COLUMN `display`tinyint(1) NOT NULL DEFAULT '1' COMMENT 'True if the entry can be displayed to the end user';
0 commit comments