mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 03:32:06 +00:00
Fix Issue#18
This commit is contained in:
parent
19ee0491c3
commit
802cb19976
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue