mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-18 16:28:55 +00:00
5 lines
118 B
SQL
5 lines
118 B
SQL
-- Add migration script here
|
|
|
|
ALTER TABLE osu_users
|
|
ADD COLUMN std_weighted_map_length DOUBLE NULL DEFAULT NULL;
|
|
|