Show
Ignore:
Timestamp:
03/31/11 21:54:08 (2 years ago)
Author:
ahu
Message:

Jan-Piet Mens discovered that SOA-EDIT was not listed in the domain metadata documentation. He also found that the domain metadata schema did not have room enough to store AXFR-MASTER-TSIG.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/dnssec.schema.pgsql.sql

    r2104 r2110  
    66 id             SERIAL PRIMARY KEY, 
    77 domain_id      INT REFERENCES domains(id) ON DELETE CASCADE, 
    8  kind           VARCHAR(15), 
     8 kind           VARCHAR(16), 
    99 content        TEXT 
    1010);