]> granicus.if.org Git - pdns/commitdiff
add the code to add the new fields to the sqlite3 sql schema
authorBert Hubert <bert.hubert@netherlabs.nl>
Sun, 2 Jan 2011 21:49:31 +0000 (21:49 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Sun, 2 Jan 2011 21:49:31 +0000 (21:49 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1794 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/dnssec.schema.sqlite3.sql

index 757f2f0b94bbd327dbd900335144cf9aa06fb008..2ec99ea73652e6d21bdde39efd97f71e51be5347 100644 (file)
@@ -1,3 +1,7 @@
+alter table records add ordername      VARCHAR(255);
+alter table records add auth bool;
+create index orderindex on records(ordername);
+
 create table domainmetadata (
  id             INTEGER PRIMARY KEY,
  domain_id       INT NOT NULL,