added claim.effective_amount index on wallet server
This commit is contained in:
parent
d2773f9713
commit
ae11d72f66
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ class SQLDB:
|
||||||
create index if not exists claim_height_idx on claim (height);
|
create index if not exists claim_height_idx on claim (height);
|
||||||
create index if not exists claim_activation_height_idx on claim (activation_height);
|
create index if not exists claim_activation_height_idx on claim (activation_height);
|
||||||
|
|
||||||
|
create index if not exists claim_effective_amount_idx on claim (effective_amount);
|
||||||
create index if not exists claim_trending_group_idx on claim (trending_group);
|
create index if not exists claim_trending_group_idx on claim (trending_group);
|
||||||
create index if not exists claim_trending_mixed_idx on claim (trending_mixed);
|
create index if not exists claim_trending_mixed_idx on claim (trending_mixed);
|
||||||
create index if not exists claim_trending_local_idx on claim (trending_local);
|
create index if not exists claim_trending_local_idx on claim (trending_local);
|
||||||
|
|
Loading…
Reference in a new issue