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.
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 fromvarchar(255)
tomediumtext
.