missed a dbcontext
Some checks failed
gitea.arg.rip/_template-service/pipeline/head There was a failure building this commit

This commit is contained in:
adam 2024-12-13 16:00:34 -05:00
parent 2a7936714f
commit cf5dcb6422

View File

@ -11,7 +11,7 @@ using $REPO_NAME;
namespace $REPO_NAME.Migrations namespace $REPO_NAME.Migrations
{ {
[DbContext(typeof($REPO_NAME_DBContext))] [DbContext(typeof(greynsvcDBContext))]
[Migration("20241213175020_greets")] [Migration("20241213175020_greets")]
partial class greets partial class greets
{ {