mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 23:31:13 -05:00
add index to last connection for improved search speed
This commit is contained in:
@ -94,6 +94,8 @@ namespace Data.Migrations.Sqlite
|
||||
|
||||
b.HasIndex("CurrentAliasId");
|
||||
|
||||
b.HasIndex("LastConnection");
|
||||
|
||||
b.HasIndex("NetworkId");
|
||||
|
||||
b.ToTable("EFClients", (string)null);
|
||||
|
Reference in New Issue
Block a user