]> granicus.if.org Git - pdns/commitdiff
set gsql content columns to 65535
authorPeter van Dijk <peter.van.dijk@netherlabs.nl>
Wed, 14 Mar 2012 13:03:00 +0000 (13:03 +0000)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Wed, 14 Mar 2012 13:03:00 +0000 (13:03 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2487 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/no-dnssec.schema.mysql.sql
pdns/no-dnssec.schema.pgsql.sql
pdns/no-dnssec.schema.sqlite3.sql

index f534d46a1cc841fb4b95c95db70734977185249c..964d4223f355fcdbbcad8ea5a06d6f541865f55e 100644 (file)
@@ -16,7 +16,7 @@ CREATE TABLE records (
   domain_id       INT DEFAULT NULL,
   name            VARCHAR(255) DEFAULT NULL,
   type            VARCHAR(10) DEFAULT NULL,
-  content         VARCHAR(4096) DEFAULT NULL,
+  content         VARCHAR(65535) DEFAULT NULL,
   ttl             INT DEFAULT NULL,
   prio            INT DEFAULT NULL,
   change_date     INT DEFAULT NULL,
index 294ba7d7cfe69f79bee58820fa8162996cbb342c..8236e0e79c74f4fe9f2c86a038ec4a05d4693a75 100644 (file)
@@ -14,7 +14,7 @@ CREATE TABLE records (
         domain_id       INT DEFAULT NULL,
         name            VARCHAR(255) DEFAULT NULL,
         type            VARCHAR(10) DEFAULT NULL,
-        content         VARCHAR(4096) DEFAULT NULL,
+        content         VARCHAR(65535) DEFAULT NULL,
         ttl             INT DEFAULT NULL,
         prio            INT DEFAULT NULL,
         change_date     INT DEFAULT NULL, 
index 85803d8e9b9e08ae6f82385da5f28ff05dc553a6..89445e8753e6f33deebd69e0b4f0757640c1ded6 100644 (file)
@@ -15,7 +15,7 @@ CREATE TABLE records (
   domain_id       INTEGER DEFAULT NULL,
   name            VARCHAR(255) DEFAULT NULL, 
   type            VARCHAR(10) DEFAULT NULL,
-  content         VARCHAR(4096) DEFAULT NULL,
+  content         VARCHAR(65535) DEFAULT NULL,
   ttl             INTEGER DEFAULT NULL,
   prio            INTEGER DEFAULT NULL,
   change_date     INTEGER DEFAULT NULL