added id_server to servermessages table

This commit is contained in:
Max-Wilhelm Bruker 2011-04-21 17:18:03 +02:00
parent c4ba33dfeb
commit 773f4dd613
2 changed files with 3 additions and 1 deletions

View file

@ -126,6 +126,7 @@ CREATE TABLE `cockatrice_uptime` (
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE `cockatrice_servermessages` (
`id_server` tinyint(3) not null default 0,
`timest` datetime NOT NULL default '0000-00-00 00:00:00',
`message` text,
PRIMARY KEY (`timest`)