Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#319 adding 3 columns to matchmaker_queue_map_pool table
Browse files Browse the repository at this point in the history
K-ETFreeman committed Oct 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 143c814 commit 90a39c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions migrations/V135__add_veto_fields_to_matchmaker_queue_map_pool
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ALTER TABLE matchmaker_queue_map_pool
ADD COLUMN veto_tokens_per_player TINYINT UNSIGNED DEFAULT 0 NOT NULL,
ADD COLUMN max_tokens_per_map TINYINT UNSIGNED DEFAULT 0 NOT NULL,
ADD COLUMN minimal_maps_allowed FLOAT DEFAULT 1 NOT NULL CHECK (minimal_maps_allowed >= 1);

0 comments on commit 90a39c0

Please sign in to comment.