mirror of
				https://github.com/TeamPiped/Piped-Backend.git
				synced 2024-08-14 23:51:41 +00:00 
			
		
		
		
	Merge pull request #546 from TeamPiped/channel-length
Update max channel length
This commit is contained in:
		
						commit
						4105ee0cc6
					
				
					 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…
	
	Add table
		Add a link
		
	
		Reference in a new issue