Redid the migration order to align with person migrations.

This commit is contained in:
Joseph Milazzo 2024-10-26 06:54:31 -05:00
parent 4073ffef66
commit 9893c9f473
4 changed files with 141 additions and 72 deletions

View file

@ -15,7 +15,7 @@ namespace API.Data.Migrations
protected override void BuildModel(ModelBuilder modelBuilder)
{
#pragma warning disable 612, 618
modelBuilder.HasAnnotation("ProductVersion", "8.0.8");
modelBuilder.HasAnnotation("ProductVersion", "8.0.10");
modelBuilder.Entity("API.Entities.AppRole", b =>
{