Skip to content

Commit 0e60226

Browse files
author
Liam Svanåsbakken Crouch
committed
Added forgotten fields
1 parent 12f83eb commit 0e60226

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test_infected_no_compo.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ CREATE TABLE IF NOT EXISTS `matches` (
128128
`winner` int(11) NOT NULL,
129129
`compoId` int(11) NOT NULL,
130130
`bracketOffset` int(8) NOT NULL,
131+
`chat` int(11) NOT NULL,
132+
`bracket` tinyint(1) NOT NULL,
131133
PRIMARY KEY (`id`)
132134
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1;
133135

0 commit comments

Comments
 (0)