We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 427cd2f + eac7f21 commit 14f5a34Copy full SHA for 14f5a34
install/sql/ispconfig3.sql
@@ -985,7 +985,7 @@ CREATE TABLE IF NOT EXISTS `openvz_ip` (
985
`sys_perm_group` varchar(5) DEFAULT NULL,
986
`sys_perm_other` varchar(5) DEFAULT NULL,
987
`server_id` int(11) NOT NULL DEFAULT '0',
988
- `ip_address` varchar(15) DEFAULT NULL,
+ `ip_address` varchar(39) DEFAULT NULL,
989
`vm_id` int(11) NOT NULL DEFAULT '0',
990
`reserved` varchar(255) NOT NULL DEFAULT 'n',
991
PRIMARY KEY (`ip_address_id`)
0 commit comments