mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
update List MaxLengths after importing real data
This commit is contained in:
parent
dc1f3cac61
commit
9187f7cea8
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ public class List : BaseEntity
|
|||
[MinLength(6)]
|
||||
public string DonateUrl { get; set; }
|
||||
|
||||
[MaxLength(254)]
|
||||
[MaxLength(126)]
|
||||
[MinLength(7)]
|
||||
public string Email { get; set; }
|
||||
|
||||
|
|
@ -31,7 +31,7 @@ public class List : BaseEntity
|
|||
[MinLength(6)]
|
||||
public string IssuesUrl { get; set; }
|
||||
|
||||
[MaxLength(510)]
|
||||
[MaxLength(126)]
|
||||
public string Name { get; set; }
|
||||
|
||||
[Required]
|
||||
|
|
|
|||
Loading…
Reference in a new issue