mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
Teams DB: Fix column for format_idx (#10632)
Some checks are pending
Node.js CI / build (16.x) (push) Waiting to run
Some checks are pending
Node.js CI / build (16.x) (push) Waiting to run
This commit is contained in:
parent
9f29c90db2
commit
4046533194
|
|
@ -10,5 +10,5 @@ CREATE TABLE teams (
|
|||
);
|
||||
|
||||
CREATE INDEX owner_idx ON teams(ownerid);
|
||||
CREATE INDEX format_idx ON teams(ownerid);
|
||||
CREATE INDEX format_idx ON teams(format);
|
||||
CREATE INDEX owner_fmt_idx ON teams(ownerid, format);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user