chainwatch: Add to/from message indexes
This commit is contained in:
parent
e6ba4a227a
commit
5902daf3b5
@ -175,6 +175,12 @@ create table if not exists messages
|
||||
create unique index if not exists messages_cid_uindex
|
||||
on messages (cid);
|
||||
|
||||
create index messages_from_index
|
||||
on messages ("from");
|
||||
|
||||
create index messages_to_index
|
||||
on messages ("to");
|
||||
|
||||
create table if not exists block_messages
|
||||
(
|
||||
block text not null,
|
||||
|
Loading…
Reference in New Issue
Block a user