Skip to content

Commit

Permalink
#319 Add map veto columns to matchmaker_queue_map_pool table
Browse files Browse the repository at this point in the history
  • Loading branch information
K-ETFreeman authored Nov 24, 2024
1 parent 143c814 commit 2805da1
Showing 1 changed file with 4 additions and 0 deletions.
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 minimum_maps_after_veto FLOAT DEFAULT 1 NOT NULL CHECK (minimum_maps_after_veto > 0);

0 comments on commit 2805da1

Please sign in to comment.