Another one :(

This commit is contained in:
furo 2021-11-07 20:17:59 +01:00
parent 8452edb3cc
commit 1b7dda805a

View File

@ -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")`
]) ])
} }