mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-13 16:48:27 -05:00
a ton of stuff and fix migations
This commit is contained in:
@ -21,7 +21,7 @@ namespace SharedLibraryCore.Services
|
||||
{
|
||||
if (_context == null)
|
||||
{
|
||||
_context = new DatabaseContext();
|
||||
_context = new DatabaseContext(true);
|
||||
}
|
||||
|
||||
return _context;
|
||||
|
Reference in New Issue
Block a user