mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-02-14 19:29:57 +01:00
Fix admin log indices. (#7920)
This commit is contained in:
committed by
GitHub
parent
faec39da2b
commit
fc119befca
@@ -63,6 +63,7 @@ namespace Content.Server.Database
|
||||
|
||||
modelBuilder.Entity<AdminLog>()
|
||||
.HasIndex(l => l.Message)
|
||||
.HasMethod("GIN")
|
||||
.IsTsVectorExpressionIndex("english");
|
||||
|
||||
foreach(var entity in modelBuilder.Model.GetEntityTypes())
|
||||
|
||||
Reference in New Issue
Block a user