Skip to content

Commit 1ec1fc6

Browse files
author
Marius Cramer
committed
Merge branch 'master' into 'master'
extend length for content-field with powerdns See merge request !227
2 parents 6cdb029 + cef9d9c commit 1ec1fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/sql/powerdns.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ CREATE TABLE IF NOT EXISTS `records` (
1616
`domain_id` int(11) default NULL,
1717
`name` varchar(255) default NULL,
1818
`type` varchar(6) default NULL,
19-
`content` varchar(255) default NULL,
19+
`content` TEXT default NULL,
2020
`ttl` int(11) default NULL,
2121
`prio` int(11) default NULL,
2222
`change_date` int(11) default NULL,

0 commit comments

Comments
 (0)