sqlalchemy: JSON MySQL storage type fix
- Fixes issue with MySQL data type used by SQLAlchemy JSONType by changing the MySQL data type from TEXT to LONGTEXT. The TEXT data type supports only storage of 64k whereas LONGTEXT supports storage of 4gb.
Signed-off-by: Lars Holm Nielsen <lars.holm.nielsen@cern.ch>