diff --git a/libs/database/tasks.js b/libs/database/tasks.js index 16368c7..a3413ef 100644 --- a/libs/database/tasks.js +++ b/libs/database/tasks.js @@ -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_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" ("region", "type")` + `CREATE INDEX IF NOT EXISTS "idx_points_regionPoints" on "points" ("region", "type")` ]) }