[Bug][GitHub] Data too long for column 'production_pattern' #8305
Labels
component/config-ui
This issue or PR relates to config-ui
severity/p1
This bug affects functionality or significantly affect ux
type/bug
This issue is a bug
Search before asking
What happened
I'm getting an error message related to the GitHub scope config production pattern.
It appears to be the
production_pattern
field from the_tool_github_scope_configs
table, which is avarchar(255)
data type.What do you expect to happen
The
production_pattern
field in the_tool_github_scope_configs
table should allow for larger values to be stored.How to reproduce
Try to store a value longer than 255 characters in the
production_pattern
field in the_tool_github_scope_configs
table or in the GitHub scope config in the config ui (see screenshot below).Anything else
This only happens when a value is bigger than 255 characters.
Version
v1.0.1
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: