adapt database for ELO classement
This commit is contained in:
parent
500ff10ead
commit
f3cd4bd9f0
|
@ -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,
|
||||||
PRIMARY KEY (`id`)
|
`ELO` int(11) NOT NULL DEFAULT '1500',
|
||||||
|
PRIMARY KEY (`id`)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Contenu de la table `bots` only stupid ias
|
-- Contenu de la table `bots` only stupid ias
|
||||||
--
|
--
|
||||||
|
|
Loading…
Reference in New Issue
Block a user