all repos — honk @ 941ca133da3b2c2c5931ddb163da8ef8616504ab

my fork of honk

oops, only need to create idx once, from qbit
Ted Unangst tedu@tedunangst.com
Fri, 19 Apr 2019 22:49:56 -0400
commit

941ca133da3b2c2c5931ddb163da8ef8616504ab

parent

6246afb2546ebb09cc2a371964126499e5e4e381

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M schema.sqlschema.sql

@@ -12,7 +12,6 @@ create index idx_honksconvoy on honks(convoy);

create index idx_honkshonker on honks(honker); create index idx_honkerxid on honkers(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_filesxid on files(xid); create index idx_filesurl on files(url);