Skip to content
Snippets Groups Projects
Commit 1ec1fc69 authored by Marius Cramer's avatar Marius Cramer
Browse files

Merge branch 'master' into 'master'

extend length for content-field with powerdns

See merge request !227
parents 6cdb029d cef9d9c5
No related branches found
Tags 3.1.5
No related merge requests found
......@@ -16,7 +16,7 @@ CREATE TABLE IF NOT EXISTS `records` (
`domain_id` int(11) default NULL,
`name` varchar(255) default NULL,
`type` varchar(6) default NULL,
`content` varchar(255) default NULL,
`content` TEXT default NULL,
`ttl` int(11) default NULL,
`prio` int(11) default NULL,
`change_date` int(11) default NULL,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment