Ticket #371 (closed enhancement: fixed)
MySQL Schema
| Reported by: | anon | Owned by: | ahu |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | documentation | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Mysql schema update ( http://wiki.powerdns.com/trac/browser/trunk/pdns/pdns/dnssec.schema.mysql.sql)
For the table cryptokeys the column domain_id should be " domain_id INT NOT NULL," instead of "DEFAULT NULL", so we can put a foreign key in place.
In the create table of domainmetadata, cryptokeys should also be a
--
FOREIGN KEY (domain_id) REFERENCES domains(id) ON DELETE CASCADE
--
Kind regards, Gerald Gruenberger
Change History
Note: See
TracTickets for help on using
tickets.