Issue #0001653: Une erreur a ete corrige

This commit is contained in:
Aram HARUTYUNYAN 2013-09-10 06:40:16 +00:00
parent 9dbf19e1c6
commit 1a209af098

View File

@ -1,4 +1,4 @@
CREATE TABLE IF NOT EXISTS `worldcheckqw` (
CREATE TABLE IF NOT EXISTS `worldcheck` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`idClient` char(5) NOT NULL,
`login` char(25) NOT NULL,
@ -8,4 +8,4 @@ CREATE TABLE IF NOT EXISTS `worldcheckqw` (
`matchCount` int(4) DEFAULT NULL,
`dateInsert` date NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='worldcheck v1 2013-08-01' ;
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='worldcheck v1 2013-08-01';