Releases: FAForever/db
Releases · FAForever/db
v119 - Drop version_lobby
Enforce flyway file name checks Prevents files from being checked in with wrong casing or missing double underscore.
v118 - Deaggregate login log
For more explanation read the comment.
v117 - Recommended maps & mods
Add recommended flag for maps and mods (#278)
v116 - Fix games played per map
Add map_play_count trigger to record map plays (#272) * Add map_play_count trigger to record map plays and times_played column to map_version and map tables * Add separate triggers for map and map version and do one time update as join based * simplify updates * update comment * Drop temporary table when done with them * Rename times_played to games_played and define triggers before update * Add proper delimiter and new line at EOF * correct column names for statistics tables * correct column names again for statistics tables
v115 - Drop unused league tables
League tables have it's own database scheme.
v114 - Set default value for replay available to false
Set the default value for replay available to false The replay server now has support to set this field to true once written to disk.
v113 - Add indices to rank views
Add foreign keys for login id on rating rank views Closes #266
v112 - Add create and update time to MapPoolAssignment
Add create_time and update_time to map_pool_map_version
v111 - Leaderboard initializer
You can now tell a leaderboard to take initial ratings from another leaderboard (instead of starting with fallback default values)
v110 - Replay available flag on games
Add flag to games indicating whether a replay is available for download