mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 03:32:06 +00:00
Fix new registrations table generation
This commit is contained in:
parent
e524fca989
commit
873f51a7ac
1 changed files with 2 additions and 0 deletions
|
|
@ -66,6 +66,8 @@ exports.init = function() {
|
|||
`uname` VARCHAR(20) NOT NULL, \
|
||||
`pw` VARCHAR(64) NOT NULL, \
|
||||
`global_rank` INT NOT NULL, \
|
||||
`session_hash` VARCHAR(64) NOT NULL, \
|
||||
`expire` BIGINT NOT NULL, \
|
||||
PRIMARY KEY (`id`)) \
|
||||
ENGINE = MyISAM;";
|
||||
var results = db.querySync(query);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue