mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-12-13 05:40:30 +05:30
Merge pull request #546 from TeamPiped/channel-length
Update max channel length
This commit is contained in:
commit
4105ee0cc6
@ -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 New Issue
Block a user