From cf5dcb64220dab599000f215f7ecdd3f6f440c71 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 13 Dec 2024 16:00:34 -0500 Subject: [PATCH] missed a dbcontext --- Migrations/20241213175020_greets.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Migrations/20241213175020_greets.Designer.cs b/Migrations/20241213175020_greets.Designer.cs index 314aede..0556950 100644 --- a/Migrations/20241213175020_greets.Designer.cs +++ b/Migrations/20241213175020_greets.Designer.cs @@ -11,7 +11,7 @@ using $REPO_NAME; namespace $REPO_NAME.Migrations { - [DbContext(typeof($REPO_NAME_DBContext))] + [DbContext(typeof(greynsvcDBContext))] [Migration("20241213175020_greets")] partial class greets {