From 1365c6f3b4e2f8d7f9ccc0e222248876963903a5 Mon Sep 17 00:00:00 2001 From: Josh Date: Sat, 20 Jan 2024 16:25:30 -0600 Subject: [PATCH] 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 --- .../DatabaseContextModelSnapshot.cs} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename ProjectLighthouse/{ProjectLighthouse/Migrations/DatabaseModelSnapshot.cs => Migrations/DatabaseContextModelSnapshot.cs} (99%) diff --git a/ProjectLighthouse/ProjectLighthouse/Migrations/DatabaseModelSnapshot.cs b/ProjectLighthouse/Migrations/DatabaseContextModelSnapshot.cs similarity index 99% rename from ProjectLighthouse/ProjectLighthouse/Migrations/DatabaseModelSnapshot.cs rename to ProjectLighthouse/Migrations/DatabaseContextModelSnapshot.cs index 6586bccd..4374c7c0 100644 --- a/ProjectLighthouse/ProjectLighthouse/Migrations/DatabaseModelSnapshot.cs +++ b/ProjectLighthouse/Migrations/DatabaseContextModelSnapshot.cs @@ -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) {