Commit a4c91635 authored by nanahira's avatar nanahira

index

parent 8e144e16
Pipeline #254 passed with stages
in 1 minute and 28 seconds
...@@ -79,7 +79,8 @@ export class Tx3Fetcher { ...@@ -79,7 +79,8 @@ export class Tx3Fetcher {
" INDEX (name(7)),\n" + " INDEX (name(7)),\n" +
" INDEX (url(50)),\n" + " INDEX (url(50)),\n" +
" INDEX (category(5)),\n" + " INDEX (category(5)),\n" +
" INDEX (serverArea(4), server(4)),\n" + " INDEX (serverArea(4)),\n" +
" INDEX (server4))\n" +
") ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci"); ") ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci");
console.log(`Removing existing records of ${this.curDate}.`); console.log(`Removing existing records of ${this.curDate}.`);
//await this.db.query("delete from userdata where date = ?", this.curDate); //await this.db.query("delete from userdata where date = ?", this.curDate);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment