Skip to content

Commit 44d34be

Browse files
author
Florian Schaal
committed
DNS: xfer / also_notify fields too short (Fixes #5237)
1 parent 75854d8 commit 44d34be

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

install/sql/incremental/upd_dev_collection.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,4 @@ INSERT IGNORE INTO `dns_ssl_ca` (`id`, `sys_userid`, `sys_groupid`, `sys_perm_us
7878
(NULL, 1, 1, 'riud', 'riud', '', 'Y', 'WISeKey', 'wisekey.com', 'Y', '', 0),
7979
(NULL, 1, 1, 'riud', 'riud', '', 'Y', 'WoSign', 'wosign.com', 'Y', '', 0);
8080

81+
ALTER TABLE `dns_soa` CHANGE `xfer` `xfer` TEXT NOT NULL DEFAULT '';

install/sql/ispconfig3.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ CREATE TABLE `dns_soa` (
620620
`minimum` int(11) unsigned NOT NULL default '3600',
621621
`ttl` int(11) unsigned NOT NULL default '3600',
622622
`active` enum('N','Y') NOT NULL DEFAULT 'N',
623-
`xfer` varchar(255) NOT NULL DEFAULT '',
623+
`xfer` TEXT NOT NULL DEFAULT '',
624624
`also_notify` varchar(255) default NULL,
625625
`update_acl` varchar(255) default NULL,
626626
`dnssec_initialized` ENUM('Y','N') NOT NULL DEFAULT 'N',

0 commit comments

Comments
 (0)