adapt database for ELO classement

This commit is contained in:
gnieark 2016-06-09 21:30:24 +02:00
parent 500ff10ead
commit f3cd4bd9f0

View File

@ -29,9 +29,11 @@ CREATE TABLE IF NOT EXISTS `bots` (
`date_inscription` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `date_inscription` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`validate_secret` varchar(8) NOT NULL, `validate_secret` varchar(8) NOT NULL,
`author_email` text NOT NULL, `author_email` text NOT NULL,
`ELO` int(11) NOT NULL DEFAULT '1500',
PRIMARY KEY (`id`) PRIMARY KEY (`id`)
); );
-- --
-- Contenu de la table `bots` only stupid ias -- Contenu de la table `bots` only stupid ias
-- --