Commit 60ff3825 authored by nanahira's avatar nanahira

fix

parent d2b4aba4
Pipeline #256 passed with stages
in 1 minute and 1 second
...@@ -80,7 +80,7 @@ export class Tx3Fetcher { ...@@ -80,7 +80,7 @@ export class Tx3Fetcher {
" INDEX (url(50)),\n" + " INDEX (url(50)),\n" +
" INDEX (category(5)),\n" + " INDEX (category(5)),\n" +
" INDEX (serverArea(4)),\n" + " INDEX (serverArea(4)),\n" +
" INDEX (server4))\n" + " INDEX (server(4))\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