ucla-oarc-mobile / casa-on-rails

CASA on Rails is UCLA's Rails implementation of the CASA specification.
https://apps.ucla.edu
Other
11 stars 8 forks source link

Logs filling up way too fast #194

Closed krozett closed 5 years ago

krozett commented 5 years ago

Mysql2::Error: Data too long for column 'content' at row 1: INSERT INTOin_payloads(...

Bumping the column type from TEXT up to a MEDIUMTEXT should fix this.