Skip to content

Commit 7b1ffbe

Browse files
AskaholicBrutus5000
authored andcommitted
Add modifications for matchmaking
1 parent 07806e7 commit 7b1ffbe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ALTER TABLE matchmaker_queue
2+
ADD COLUMN team_size TINYINT UNSIGNED NOT NULL DEFAULT 1,
3+
ADD COLUMN enabled BOOLEAN NOT NULL DEFAULT TRUE
4+
;

0 commit comments

Comments
 (0)