missed a dbcontext
Some checks failed
gitea.arg.rip/_template-service/pipeline/head There was a failure building this commit
Some checks failed
gitea.arg.rip/_template-service/pipeline/head There was a failure building this commit
This commit is contained in:
parent
2a7936714f
commit
cf5dcb6422
2
Migrations/20241213175020_greets.Designer.cs
generated
2
Migrations/20241213175020_greets.Designer.cs
generated
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user