Skip to content

Commit

Permalink
Merge pull request #88 from Mteheran/develop
Browse files Browse the repository at this point in the history
removing unncesary property config
  • Loading branch information
Mteheran authored Oct 27, 2023
2 parents a968ef4 + c1903f0 commit 24fbf72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/Data/Configs/IndigenousReservationConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ public void Configure(EntityTypeBuilder<IndigenousReservation> deparment)
deparment.Property(p => p.Name).IsRequired().HasMaxLength(150);
deparment.Property(p => p.Code).IsRequired(false);
deparment.Property(p => p.ProcedureType).IsRequired(false);
deparment.Property(p => p.AdministrativeAct).IsRequired(false);
deparment.Property(p => p.AdministrativeActType).IsRequired(false);
deparment.Property(p => p.AdministrativeActNumber).IsRequired(false);
deparment.Property(p => p.AdministrativeActDate).IsRequired(false);
Expand Down

0 comments on commit 24fbf72

Please sign in to comment.