Skip to content

Commit 63fb5d5

Browse files
committed
Optimize db context
1 parent 42bb669 commit 63fb5d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PaperMalKing.Database.CompiledModels/DatabaseContextModelBuilder.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace PaperMalKing.Database.CompiledModels
1111
public partial class DatabaseContextModel
1212
{
1313
private DatabaseContextModel()
14-
: base(skipDetectChanges: false, modelId: new Guid("f66843e2-82bf-4c5a-ad00-b7e223290643"), entityTypeCount: 19)
14+
: base(skipDetectChanges: false, modelId: new Guid("998d8091-c4f4-4c87-a66b-c0da0916d940"), entityTypeCount: 19)
1515
{
1616
}
1717

@@ -78,7 +78,7 @@ partial void Initialize()
7878
MalFavoriteMangaEntityType.CreateAnnotations(malFavoriteManga);
7979
MalFavoritePersonEntityType.CreateAnnotations(malFavoritePerson);
8080

81-
AddAnnotation("ProductVersion", "9.0.0");
81+
AddAnnotation("ProductVersion", "10.0.0-rc.1.25451.107");
8282
}
8383
}
8484
}

0 commit comments

Comments
 (0)