Ticket #371 (closed enhancement: fixed)

Opened 2 years ago

Last modified 23 months ago

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

Changed 23 months ago by ahu

  • status changed from new to closed
  • resolution set to fixed

fixed in commit 2225, thanks!

Note: See TracTickets for help on using tickets.