mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2025-04-29 08:20:30 +05:30
Change max length to 200 characters.
This commit is contained in:
parent
6c067ef3fe
commit
3b6f983fdc
@ -30,7 +30,7 @@ public class Playlist {
|
||||
@GeneratedValue(generator = "UUID", strategy = GenerationType.IDENTITY)
|
||||
private UUID playlist_id;
|
||||
|
||||
@Column(name = "name", length = 100)
|
||||
@Column(name = "name", length = 200)
|
||||
private String name;
|
||||
|
||||
@Column(name = "short_description", length = 100)
|
||||
|
Loading…
x
Reference in New Issue
Block a user