mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2025-04-29 08:20:30 +05:30
Alter video title's max size.
See #pnfdBcKHoUw
This commit is contained in:
parent
9020c28aee
commit
b4c96729b7
@ -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…
x
Reference in New Issue
Block a user