Rename the database model snapshot and move it to the actual migrations folder (#969)

Rename the model snapshot and move it to the actual migrations folder
This commit is contained in:
Josh 2024-01-20 16:25:30 -06:00 committed by GitHub
commit 1365c6f3b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
namespace ProjectLighthouse.Migrations
{
[DbContext(typeof(DatabaseContext))]
partial class DatabaseModelSnapshot : ModelSnapshot
partial class DatabaseContextModelSnapshot : ModelSnapshot
{
protected override void BuildModel(ModelBuilder modelBuilder)
{