mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Alter video title's max size.
See #pnfdBcKHoUw
This commit is contained in:
parent
9020c28aee
commit
b4c96729b7
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ public class Video {
|
|||
@Column(name = "id", unique = true, length = 16)
|
||||
private String id;
|
||||
|
||||
@Column(name = "title", length = 100)
|
||||
@Column(name = "title", length = 120)
|
||||
private String title;
|
||||
|
||||
@Column(name = "views")
|
||||
|
|
Loading…
Reference in a new issue