Skip to content

Releases: FAForever/db

v119 - Drop version_lobby

11 Jun 20:37
Compare
Choose a tag to compare
Enforce flyway file name checks

Prevents files from being checked in with wrong casing or missing double underscore.

v118 - Deaggregate login log

03 Jun 22:09
Compare
Choose a tag to compare
For more explanation read the comment.

v117 - Recommended maps & mods

25 May 11:13
a5d1d46
Compare
Choose a tag to compare
Add recommended flag for maps and mods (#278)

v116 - Fix games played per map

09 May 13:15
3171ab2
Compare
Choose a tag to compare
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

19 Apr 21:05
0cb6514
Compare
Choose a tag to compare

League tables have it's own database scheme.

v114 - Set default value for replay available to false

31 Mar 08:36
Compare
Choose a tag to compare
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

22 Mar 23:43
Compare
Choose a tag to compare
Add foreign keys for login id on rating rank views

Closes #266

v112 - Add create and update time to MapPoolAssignment

16 Mar 11:26
Compare
Choose a tag to compare
Add create_time and update_time to map_pool_map_version

v111 - Leaderboard initializer

14 Mar 22:36
Compare
Choose a tag to compare

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

13 Mar 11:16
Compare
Choose a tag to compare
Add flag to games indicating whether a replay is available for download