Skip to content

Commit

Permalink
Remove change from other branch
Browse files Browse the repository at this point in the history
  • Loading branch information
RossClark01 committed Jan 30, 2025
1 parent 3905ed2 commit 77d5daf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Gordon360/Models/CCT/Context/CCTContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -612,8 +612,6 @@ protected override void OnModelCreating(ModelBuilder modelBuilder)
modelBuilder.Entity<RA_Status>(entity =>
{
entity.HasKey(e => e.Status_ID).HasName("PK__tmp_ms_x__519009AC90008321");

entity.Property(e => e.Created_Date).HasDefaultValueSql("(getdate())");
});

modelBuilder.Entity<RA_Status_Schedule>(entity =>
Expand Down

0 comments on commit 77d5daf

Please sign in to comment.