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

王权利请求将github/fork/adreyer/fix_url_limit合并到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.

合并请求报告