Skip to content

Commit cef9d9c

Browse files
author
Florian Schaal
committed
extend length for content-field with powerdns
1 parent 6cdb029 commit cef9d9c

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)