mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Rename DicContext to AaruContext.
This commit is contained in:
@@ -8,7 +8,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
|
||||
|
||||
namespace Aaru.Database.Migrations
|
||||
{
|
||||
[DbContext(typeof(DicContext))]
|
||||
[DbContext(typeof(AaruContext))]
|
||||
[Migration("20191207175444_SyncWithServerChanges")]
|
||||
partial class SyncWithServerChanges
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user