mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-15 01:28:34 -05:00
fix memory leak issue related to AddDbContext not working as expected
This commit is contained in:
@ -13,7 +13,7 @@ namespace SharedLibraryCore.Database.MigrationContext
|
||||
}
|
||||
}
|
||||
|
||||
public SqliteDatabaseContext(DbContextOptions<SqliteDatabaseContext> options) : base(options)
|
||||
public SqliteDatabaseContext(DbContextOptions options) : base(options)
|
||||
{
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user