Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raise playlist title length limit #1123

Open
markspolakovs opened this issue Jul 16, 2023 · 2 comments
Open

Raise playlist title length limit #1123

markspolakovs opened this issue Jul 16, 2023 · 2 comments

Comments

@markspolakovs
Copy link
Member

Playlist titles are limited to 15 characters by virtue of:

playlistid character varying(15) NOT NULL,

We should consider raising this.

@LordAro
Copy link
Member

LordAro commented Jul 17, 2023

While also remembering to investigate why the limitation was there in the first place. Probably BAPS? (The old one that's rapidly falling out of memory)

@markspolakovs
Copy link
Member Author

@LordAro that does ring a bell - though now that we've fully moved over to BAPS3 it's less of an issue (worst comes to worst we may need to add some trimming logic to some database triggers).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants