diff options
Diffstat (limited to 'src/Migrations/20230115182252_DeletionKey.Designer.cs')
| -rw-r--r-- | src/Migrations/20230115182252_DeletionKey.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Migrations/20230115182252_DeletionKey.Designer.cs b/src/Migrations/20230115182252_DeletionKey.Designer.cs index baf9730..6204d1f 100644 --- a/src/Migrations/20230115182252_DeletionKey.Designer.cs +++ b/src/Migrations/20230115182252_DeletionKey.Designer.cs @@ -10,7 +10,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion; namespace BlobBin.Migrations { - [DbContext(typeof(Eva))] + [DbContext(typeof(Db))] [Migration("20230115182252_DeletionKey")] partial class DeletionKey { |
