Fix error :(
This commit is contained in:
parent
94e3185d66
commit
8452edb3cc
|
@ -199,7 +199,7 @@ export function processAllPoints() {
|
|||
execMany([
|
||||
`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_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")`
|
||||
])
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user