mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-17 16:57:54 +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