Skip to content

models/BugTracker: remove the size limit of components followed

Piotr Kira requested to merge update_ci into master

255 characters are not always enough to list all the components we want to follow, so change the field type from CharField to TextField, which removes the limt altogether

Merge request reports