Another one :(
This commit is contained in:
parent
8452edb3cc
commit
1b7dda805a
|
@ -200,7 +200,7 @@ export function processAllPoints() {
|
||||||
`CREATE INDEX IF NOT EXISTS "idx_points_type" ON "points" ("type")`,
|
`CREATE INDEX IF NOT EXISTS "idx_points_type" ON "points" ("type")`,
|
||||||
`CREATE INDEX IF NOT EXISTS "idx_points_rank" on "points" ("rank")`,
|
`CREATE INDEX IF NOT EXISTS "idx_points_rank" on "points" ("rank")`,
|
||||||
`CREATE INDEX IF NOT EXISTS "idx_points_name" on "points" ("player")`,
|
`CREATE INDEX IF NOT EXISTS "idx_points_name" on "points" ("player")`,
|
||||||
`CREATE INDEX IF NOT EXISTS "idx_points_name" on "points" ("region", "type")`
|
`CREATE INDEX IF NOT EXISTS "idx_points_regionPoints" on "points" ("region", "type")`
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user