File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,8 @@ create index scores_userid_index
254
254
on scores (userid);
255
255
create index scores_online_checksum_index
256
256
on scores (online_checksum);
257
-
257
+ create index scores_fetch_leaderboard_generic_index
258
+ on scores (map_md5, status, mode);
258
259
259
260
create table startups
260
261
(
Original file line number Diff line number Diff line change @@ -471,3 +471,7 @@ create index users_clan_priv_index
471
471
on users (clan_priv);
472
472
create index users_country_index
473
473
on users (country);
474
+
475
+ # v5.2.2
476
+ create index scores_fetch_leaderboard_generic_index
477
+ on scores (map_md5, status, mode);
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ profile = "black"
34
34
35
35
[tool .poetry ]
36
36
name = " bancho-py"
37
- version = " 5.2.1 "
37
+ version = " 5.2.2 "
38
38
description = " An osu! server implementation optimized for maintainability in modern python"
39
39
authors = [" Akatsuki Team" ]
40
40
license = " MIT"
You can’t perform that action at this time.
0 commit comments