We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd673d commit 758b460Copy full SHA for 758b460
migrations/V66__speedup_query.sql
@@ -0,0 +1,3 @@
1
+ALTER TABLE `game_stats`
2
+ADD INDEX `validity_gameMod_endTime` (`validity`, `gameMod`, `endTime`);
3
+
0 commit comments