mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 17:14:52 -07:00
server version bump; hashed password transmission; updated servatrice.sql
This commit is contained in:
parent
42ad959220
commit
091a2ed6b2
3 changed files with 4 additions and 2 deletions
|
|
@ -117,6 +117,7 @@ CREATE TABLE IF NOT EXISTS `cockatrice_users` (
|
|||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=915 ;
|
||||
|
||||
CREATE TABLE `cockatrice_uptime` (
|
||||
`id_server` tinyint(3) NOT NULL,
|
||||
`timest` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||||
`uptime` int(11) DEFAULT NULL,
|
||||
`users_count` int(11) DEFAULT NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue