Commit d2b4aba4 authored by nanahira's avatar nanahira

fix

parent a4c91635
Pipeline #255 passed with stages
in 1 minute and 37 seconds
......@@ -74,7 +74,7 @@ export class Tx3Fetcher {
" `score` int(11) UNSIGNED NOT NULL,\n" +
" `equip` int(11) UNSIGNED NOT NULL,\n" +
" `totalScore` int(11) UNSIGNED NOT NULL,\n" +
" PRIMARY KEY (`id`)\n" +
" PRIMARY KEY (`id`),\n" +
" INDEX (date),\n" +
" INDEX (name(7)),\n" +
" INDEX (url(50)),\n" +
......
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