osu: Implement map length on server ranks

This commit is contained in:
Natsu Kagami 2024-03-06 00:01:38 +01:00
parent a50f44ad90
commit 11f32ccf04
Signed by: nki
GPG key ID: 55A032EB38B49ADB
12 changed files with 229 additions and 71 deletions

View file

@ -0,0 +1,5 @@
-- Add migration script here
ALTER TABLE osu_users
ADD COLUMN std_weighted_map_length DOUBLE NULL DEFAULT NULL;