mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-01 01:38:39 +00:00
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:
parent
092f8bc5a2
commit
1365c6f3b4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
Loading…
Add table
Add a link
Reference in a new issue