Skip to content

Commit 14f5a34

Browse files
author
Marius Cramer
committed
Merge branch 'master' into 'master'
Master See merge request !165
2 parents 427cd2f + eac7f21 commit 14f5a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/sql/ispconfig3.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ CREATE TABLE IF NOT EXISTS `openvz_ip` (
985985
`sys_perm_group` varchar(5) DEFAULT NULL,
986986
`sys_perm_other` varchar(5) DEFAULT NULL,
987987
`server_id` int(11) NOT NULL DEFAULT '0',
988-
`ip_address` varchar(15) DEFAULT NULL,
988+
`ip_address` varchar(39) DEFAULT NULL,
989989
`vm_id` int(11) NOT NULL DEFAULT '0',
990990
`reserved` varchar(255) NOT NULL DEFAULT 'n',
991991
PRIMARY KEY (`ip_address_id`)

0 commit comments

Comments
 (0)