Skip to content

Commit

Permalink
Add params to matchmaker queue
Browse files Browse the repository at this point in the history
  • Loading branch information
Askaholic authored and Brutus5000 committed Aug 31, 2021
1 parent d23f25f commit 229859c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions migrations/V121__matchmaker_queue_params.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ALTER table matchmaker_queue
-- Will be used for various queue config like game options and sim mods
ADD COLUMN `params` TEXT NULL COMMENT 'json string which defines additional parameters for the queue' AFTER team_size
;

0 comments on commit 229859c

Please sign in to comment.