merge remote master, upstream

This commit is contained in:
Dmitry
2025-10-26 22:31:58 +07:00
1466 changed files with 31780 additions and 19994 deletions

View File

@@ -17,6 +17,9 @@ namespace Content.Server.Database
{
public SqliteServerDbContext(DbContextOptions<SqliteServerDbContext> options) : base(options)
{
#if USE_SYSTEM_SQLITE
SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_sqlite3());
#endif
}
protected override void OnConfiguring(DbContextOptionsBuilder options)