mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-16 10:35:41 +01:00
Merge branch 'master' of https://github.com/tgstation/tgstation into upstream-sync
This commit is contained in:
@@ -140,7 +140,7 @@ CREATE TABLE `SS13_connection_log` (
|
||||
`server_ip` int(10) unsigned NOT NULL,
|
||||
`server_port` smallint(5) unsigned NOT NULL,
|
||||
`round_id` int(11) unsigned NOT NULL,
|
||||
`ckey` varchar(45) DEFAULT NULL,
|
||||
`ckey` varchar(32) DEFAULT NULL,
|
||||
`ip` int(10) unsigned NOT NULL,
|
||||
`computerid` varchar(45) DEFAULT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
@@ -309,7 +309,7 @@ CREATE TABLE `SS13_manifest` (
|
||||
`server_ip` int(10) unsigned NOT NULL,
|
||||
`server_port` smallint(5) NOT NULL,
|
||||
`round_id` int(11) NOT NULL,
|
||||
`ckey` text NOT NULL,
|
||||
`ckey` varchar(32) NOT NULL,
|
||||
`character_name` text NOT NULL,
|
||||
`job` text NOT NULL,
|
||||
`special` text DEFAULT NULL,
|
||||
|
||||
Reference in New Issue
Block a user