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:
@ -96,6 +96,8 @@ namespace Data.Migrations.MySql
|
||||
|
||||
b.HasIndex("CurrentAliasId");
|
||||
|
||||
b.HasIndex("LastConnection");
|
||||
|
||||
b.HasIndex("NetworkId");
|
||||
|
||||
b.ToTable("EFClients", (string)null);
|
||||
|
Reference in New Issue
Block a user