From b36740899a577ac387f52229c2e714a9f09f2b84 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Mon, 16 Jan 2023 19:40:25 +0100 Subject: refactor: Rename Eva to Db --- src/Migrations/20230115182252_DeletionKey.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Migrations/20230115182252_DeletionKey.Designer.cs') 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 { -- cgit v1.3