mirror of
https://github.com/C9Glax/tranga.git
synced 2025-09-10 11:58:19 +02:00
Fix MaxURL length in db (2048)
This commit is contained in:
@@ -35,7 +35,7 @@ public class Chapter : IComparable<Chapter>
|
||||
[Required]
|
||||
public string ChapterNumber { get; private set; }
|
||||
|
||||
[StringLength(256)]
|
||||
[StringLength(2048)]
|
||||
[Required]
|
||||
[Url]
|
||||
public string Url { get; internal set; }
|
||||
|
Reference in New Issue
Block a user