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

hopefully fix issue with linked banned players

This commit is contained in:
RaidMax
2022-01-02 16:19:48 -06:00
parent 7541705f8a
commit 7b0fe1db7c
11 changed files with 4472 additions and 13 deletions

View File

@ -816,8 +816,7 @@ namespace Data.Migrations.MySql
b.HasIndex("SearchableName");
b.HasIndex("Name", "IPAddress")
.IsUnique();
b.HasIndex("Name", "IPAddress");
b.ToTable("EFAlias");
});