dhiway / cord-agent-app-v1

Agent (REST API endpoint) for cord.js sdk
Apache License 2.0
9 stars 7 forks source link

DB: use 'type: text' for columns which are longer #24

Closed amarts closed 2 years ago

amarts commented 2 years ago

Signed-off-by: Amar Tumballi amar@dhiway.com

amarts commented 2 years ago

this change is not backward compatible on MySQL DB, as this created VARCHAR(255) earlier, but now it makes columns of type TEXT.