mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-19 05:13:54 -07:00
added id_server to servermessages table
This commit is contained in:
parent
c4ba33dfeb
commit
773f4dd613
2 changed files with 3 additions and 1 deletions
|
|
@ -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`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue