mangal-interactions / mangal-api

mangal RESTful API services - documentation at
https://mangal-interactions.github.io/mangal-api/
MIT License
0 stars 1 forks source link

Increase number of char possible in inter: method #34

Closed BenMerSci closed 5 years ago

BenMerSci commented 5 years ago

Increase the number char possible in the field "method", currently varchar(35). Some networks have various method, so we need an increase of the number of char. (maybe varchar(50)?)

SteveViss commented 5 years ago

Done in commit 32b1f95, convert to VARCHAR(255)