From ae93aaecc39bdf26a9830af732341d03042f2069 Mon Sep 17 00:00:00 2001 From: MattDuskson Date: Mon, 19 Jun 2017 03:37:13 +0200 Subject: [PATCH] Fixed missing comma. --- SQL/tgstation_schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQL/tgstation_schema.sql b/SQL/tgstation_schema.sql index d386d5fdf9e..8dd84f6a874 100644 --- a/SQL/tgstation_schema.sql +++ b/SQL/tgstation_schema.sql @@ -136,7 +136,7 @@ CREATE TABLE `death` ( `mapname` varchar(32) NOT NULL, `server_ip` int(10) unsigned NOT NULL, `server_port` smallint(5) unsigned NOT NULL, - `round_id` int(11) NOT NULL + `round_id` int(11) NOT NULL, `tod` datetime NOT NULL COMMENT 'Time of death', `job` varchar(32) NOT NULL, `special` varchar(32) DEFAULT NULL,