frc5183 / Oatmeal

MIT License
2 stars 0 forks source link

Reminder text limit #38

Closed Trip-kun closed 7 months ago

Trip-kun commented 7 months ago

Apparently the default limit set when the database tables are created is not enough to store up to the maximum length possibly needed for a reminder message (4000 chars) image Here is the relevant image from prod.

Annoying, hopefully will fix soon. Probably will require manually fixing the database for the existing stuff but the real fun will be finding a way to get ORMLite to have longer string fields when it makes the tables

Trip-kun commented 7 months ago

https://forums.servicestack.net/t/ormlite-stringlength-and-performance/9680

Seems to be a solution to the latter problem.

As for the former, PHPMyAdmin 😭