Skip to content

Commit

Permalink
Constrain TenantMembershipId as well
Browse files Browse the repository at this point in the history
  • Loading branch information
adamskt committed Nov 7, 2024
1 parent dd47a1f commit f21e01e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[InternalUse]
public class TenantMembership : TenantedBase
{
[MaxLength(36)]
public string TenantMembershipId { get; set; } = Guid.NewGuid().ToString();

[Required]
Expand Down

0 comments on commit f21e01e

Please sign in to comment.