mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-11 23:58:08 -05:00
fix parsing view angles in exponential form
update RestEase and CodePages dependencies optimized the find by name query add index to name
This commit is contained in:
@ -99,6 +99,8 @@ namespace SharedLibraryCore.Database
|
||||
modelBuilder.Entity<EFAlias>(ent =>
|
||||
{
|
||||
ent.HasIndex(a => a.IPAddress);
|
||||
ent.Property(a => a.Name).HasMaxLength(24);
|
||||
ent.HasIndex(a => a.Name);
|
||||
});
|
||||
|
||||
// force full name for database conversion
|
||||
|
Reference in New Issue
Block a user