mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 01:00:49 +00:00
osu: Implement map length on server ranks
This commit is contained in:
parent
a50f44ad90
commit
11f32ccf04
12 changed files with 229 additions and 71 deletions
|
@ -0,0 +1,5 @@
|
|||
-- Add migration script here
|
||||
|
||||
ALTER TABLE osu_users
|
||||
ADD COLUMN std_weighted_map_length DOUBLE NULL DEFAULT NULL;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue