Skip to content

Text input limited to 255 characters #328

@cln-io

Description

@cln-io

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
image

the same for paragraphs as a link, its limited to 255 characters

image

  • Table: users > littlelink_description change from VARCHAR(255) to TEXT to allow more text than 255 characters.
  • Table: links > title change 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 workinghelp wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions