We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5819e8c commit b11af6dCopy full SHA for b11af6d
msync/server/sv_mysql.lua
@@ -34,7 +34,7 @@ function MSync.mysql.initialize()
34
`options` VARCHAR(100) NOT NULL DEFAULT '[]',
35
`ip` INT NOT NULL,
36
`port` VARCHAR(5) NOT NULL,
37
- `server_group` INT UNSIGNED,
+ `server_group` INT UNSIGNED NOT NULL,
38
UNIQUE INDEX `server_UNIQUE` (`ip`, `port`)
39
);
40
]] ))
0 commit comments