mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Ignore MultipleCollectionIncludeWarning
This commit is contained in:
@ -112,6 +112,7 @@ namespace osu.Game.Database
|
||||
base.OnConfiguring(optionsBuilder);
|
||||
optionsBuilder
|
||||
.UseSqlite(connectionString, sqliteOptions => sqliteOptions.CommandTimeout(10))
|
||||
.ConfigureWarnings(w => w.Ignore(RelationalEventId.MultipleCollectionIncludeWarning))
|
||||
.UseLoggerFactory(logger.Value);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user