craftcms / webhooks

Plugin for integrating Craft with Zapier and IFTTT.
https://plugins.craftcms.com/webhooks
MIT License
84 stars 12 forks source link

Adds migration to increase length of url column #95

Open libordan opened 2 months ago

libordan commented 2 months ago

Description

Im happily using this plugin, but i recently runned into a issue, when i needed to specify webhook url with a quite long 3rd party security token and exceed the limit of varchar(255). So i created backward compatible migration changing url column data type from varchar(255) to mediumtext.