Issue #0001653: Une erreur a ete corrige
This commit is contained in:
parent
9dbf19e1c6
commit
1a209af098
@ -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';
|
Loading…
Reference in New Issue
Block a user