Skip to content

Commit

Permalink
regenerate migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
james-hollinger committed Nov 22, 2024
1 parent 0d9ea54 commit e0665c7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 24 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions backend/webapi/Data/Migrations/PidpDbContextModelSnapshot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1233,6 +1233,15 @@ protected override void BuildModel(ModelBuilder modelBuilder)
b.HasDiscriminator().HasValue("AccountLinkingFailure");
});

modelBuilder.Entity("Pidp.Models.AccountLinkingFailure+LinkTicketNotFound", b =>
{
b.HasBaseType("Pidp.Models.BusinessEvent");
b.ToTable("BusinessEvent");
b.HasDiscriminator().HasValue("LinkTicketNotFound");
});

modelBuilder.Entity("Pidp.Models.AccountLinkingSuccess", b =>
{
b.HasBaseType("Pidp.Models.BusinessEvent");
Expand Down

0 comments on commit e0665c7

Please sign in to comment.