Skip to content
Snippets Groups Projects
Commit 22cf9552 authored by Michal Strnad's avatar Michal Strnad
Browse files

Issue #27 - Do not create domain_keyset_idx if the keyset column does not exist

parent 5242d91c
No related branches found
No related tags found
No related merge requests found
......@@ -254,7 +254,6 @@ CREATE TABLE Domain (
CREATE INDEX domain_zone_idx ON Domain (Zone);
CREATE INDEX domain_registrant_idx ON Domain (registrant);
CREATE INDEX domain_nsset_idx ON Domain (nsset);
CREATE INDEX domain_keyset_idx ON Domain (keyset);
CREATE INDEX domain_exdate_idx ON domain (exdate);
comment on table Domain is 'Evidence of domains';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment