Skip to content

Commit

Permalink
Restore commented code during diagnosis.
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWilde committed Mar 23, 2023
1 parent 2e0fe36 commit 9ff2a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TramsDataApi/DatabaseModels/TramsDbContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ protected override void OnModelCreating(ModelBuilder modelBuilder)
.HasConstraintName("FK__AcademyTr__fk_Ac__4316F928");
});

// modelBuilder.HasSequence<int>("AcademyTransferProjectUrns").HasMin(10000000).StartsAt(10000000);
modelBuilder.HasSequence<int>("AcademyTransferProjectUrns").HasMin(10000000).StartsAt(10000000);

modelBuilder.Entity<AcademyTransferProjects>(entity =>
{
Expand Down

0 comments on commit 9ff2a6c

Please sign in to comment.