-
-
Notifications
You must be signed in to change notification settings - Fork 359
Closed
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
LittleLink Custom v3.3.6, set up on MySQL
I think there is a need to update some database fields either in length or in type,
In the profile, the input/text is limited to 255

the same for paragraphs as a link, its limited to 255 characters
- Table:
users > littlelink_descriptionchange from VARCHAR(255) to TEXT to allow more text than 255 characters. - Table:
links > titlechange from VARCHAR(255) to TEXT to allow more text than 255 characters.
I've looked for the database creation queries within the source, and was hoping to make a PR for it, but was somehow unable to locate where those SQL queries are located 🤦🏻♀️
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
