mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Update max channel length
This commit is contained in:
parent
82db66b24a
commit
c5981d8aaf
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ public class Channel {
|
|||
@Column(name = "uploader_id", unique = true, nullable = false, length = 30)
|
||||
private String uploader_id;
|
||||
|
||||
@Column(name = "uploader", length = 80)
|
||||
@Column(name = "uploader", length = 100)
|
||||
private String uploader;
|
||||
|
||||
@Column(name = "uploader_avatar", length = 150)
|
||||
|
|
Loading…
Reference in a new issue