Commit d3872d31 authored by nanahira's avatar nanahira

add equip as index

parent 60ff3825
Pipeline #257 passed with stages
in 1 minute and 33 seconds
......@@ -80,7 +80,8 @@ export class Tx3Fetcher {
" INDEX (url(50)),\n" +
" INDEX (category(5)),\n" +
" INDEX (serverArea(4)),\n" +
" INDEX (server(4))\n" +
" INDEX (server(4)),\n" +
" INDEX (equip(11))\n" +
") ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci");
console.log(`Removing existing records of ${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