Skip to content

Commit

Permalink
Revert "Make Fortunes message required for EF Core (aspnet#1662)"
Browse files Browse the repository at this point in the history
This reverts commit 491a7e6.
  • Loading branch information
roji committed May 4, 2021
1 parent 62605a2 commit 84cc658
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Benchmarks/Data/Fortune.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public class Fortune : IComparable<Fortune>, IComparable
[Column("message")]
[StringLength(2048)]
[IgnoreDataMember]
[Required]
public string Message { get; set; }

public int CompareTo(object obj)
Expand Down

0 comments on commit 84cc658

Please sign in to comment.