Skip to content

Commit 7c60747

Browse files
author
gitlab
committed
Merge branch 'ZSV-10927@@2' into 'zsv_4.10.28'
<fix>[conf]: avoid HostNetworkInterfaceVO pci name overflow See merge request zstackio/zstack!9001
2 parents e3362fe + 9cb386b commit 7c60747

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

conf/db/upgrade/V4.10.28__schema.sql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ CREATE TABLE IF NOT EXISTS `zstack`.`TaskProgressVO` (
1616
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1717

1818
-- Others
19+
20+
ALTER TABLE `zstack`.`HostNetworkInterfaceVO` MODIFY COLUMN `deviceName` VARCHAR(255) DEFAULT NULL;
21+
ALTER TABLE `zstack`.`HostNetworkInterfaceVO` MODIFY COLUMN `vendorName` VARCHAR(255) DEFAULT NULL;
22+
ALTER TABLE `zstack`.`HostNetworkInterfaceVO` MODIFY COLUMN `subvendorName` VARCHAR(255) DEFAULT NULL;
23+

0 commit comments

Comments
 (0)