mirror of https://github.com/calzoneman/sync.git
Fix Issue#18
This commit is contained in:
parent
19ee0491c3
commit
802cb19976
|
@ -38,7 +38,7 @@ exports.init = function() {
|
|||
}
|
||||
|
||||
var query = "CREATE TABLE IF NOT EXISTS `registrations` \
|
||||
(`id` INT NOT NULL, \
|
||||
(`id` INT NOT NULL AUTO_INCREMENT, \
|
||||
`uname` VARCHAR(20) NOT NULL, \
|
||||
`pw` VARCHAR(64) NOT NULL, \
|
||||
`global_rank` INT NOT NULL, \
|
||||
|
|
Loading…
Reference in New Issue