Skip to content

Add migration to change web_hooks url field to text type from string.

Matthias Käppler requested to merge github/fork/adreyer/fix_url_limit into master

Created by: adreyer

Before this commit The webhook url was a string field which is limited by default to 255 characters. In some cases this might be too short for the desired webhook url. After this it is changed to a text field which is unbounded to allow urls of any length.

Merge request reports