1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

add index to last connection for improved search speed

This commit is contained in:
RaidMax
2023-01-23 21:10:33 -06:00
parent aecb17d188
commit 914047b05c
10 changed files with 5058 additions and 1 deletions

View File

@ -96,6 +96,8 @@ namespace Data.Migrations.MySql
b.HasIndex("CurrentAliasId");
b.HasIndex("LastConnection");
b.HasIndex("NetworkId");
b.ToTable("EFClients", (string)null);