oops, only need to create idx once, from qbit

This commit is contained in:
Ted Unangst 2019-04-19 22:49:56 -04:00
parent 2442bcebd4
commit 0e78b38ea0
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ create index idx_honksconvoy on honks(convoy);
create index idx_honkshonker on honks(honker); create index idx_honkshonker on honks(honker);
create index idx_honkerxid on honkers(xid); create index idx_honkerxid on honkers(xid);
create index idx_xonkerxid on xonkers(xid); create index idx_xonkerxid on xonkers(xid);
create index idx_xonkerxid on xonkers(xid);
create index idx_zonkersname on zonkers(name); create index idx_zonkersname on zonkers(name);
create index idx_filesxid on files(xid); create index idx_filesxid on files(xid);
create index idx_filesurl on files(url); create index idx_filesurl on files(url);