ppy / osu-difficulty-calculator

Processes raw beatmaps and saves difficulty attributes to a database backend
MIT License
68 stars 17 forks source link

Output `max_combo` to `osu_beatmaps` table #225

Closed peppy closed 1 year ago

peppy commented 1 year ago

Requires:

ALTER TABLE osu_beatmaps ADD COLUMN max_combo MEDIUMINT UNSIGNED NOT NULL DEFAULT 0 AFTER difficultyrating

To be used as part of the solution to https://github.com/ppy/osu-web/issues/10566.