Adds unread changes notification

This commit is contained in:
Matt
2016-05-05 19:29:01 +02:00
parent 203c8d1a92
commit c2ce4d1a95
8 changed files with 36 additions and 8 deletions
+1
View File
@@ -248,6 +248,7 @@ CREATE TABLE `SS13_player` (
`volume` smallint(4) DEFAULT '100',
`nanoui_fancy` smallint(4) DEFAULT '1',
`show_ghostitem_attack` smallint(4) DEFAULT '1',
`lastchangelog` varchar(32) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `ckey` (`ckey`)
) ENGINE=InnoDB AUTO_INCREMENT=32446 DEFAULT CHARSET=latin1;