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
@@ -662,6 +662,7 @@ ALTER TABLE `cloud`.`vpc` ADD COLUMN `display` tinyint(1) NOT NULL DEFAULT '1' C
662
662
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';
663
663
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';
664
664
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';
666
667
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';
667
668
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