From 7a9343a956529282f73d91c60c2ec2aec1da8ebb Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 4 Nov 2011 11:21:56 +0000 Subject: [PATCH] fix content length for goraclebackend git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2293 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- pdns/docs/pdns.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 3deeee1fe..84948b196 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -14576,7 +14576,7 @@ CREATE TABLE records ( domain_id INT DEFAULT NULL REFERENCES Domains(ID) ON DELETE CASCADE, name VARCHAR(255) DEFAULT NULL, type VARCHAR(10) DEFAULT NULL, - content VARCHAR(4096) DEFAULT NULL, + content VARCHAR2(4000) DEFAULT NULL, ttl INT DEFAULT NULL, prio INT DEFAULT NULL, change_date INT DEFAULT NULL, -- 2.50.0