aaron-schroeder / distilling-flask

Strava app for display and analysis of personal running data, powered by Flask, Dash, and Pandas.
MIT License
3 stars 0 forks source link

Handle long Strava titles in the db #77

Closed aaron-schroeder closed 1 year ago

aaron-schroeder commented 1 year ago

Turns out I write long strava titles. The 100-character limit wasn't an issue with the development server because I was using a sqlite database, and SQLalchemy doesn't enforce the limit on those.

I'm thinking I could increase the character limit or just truncate the titles. In either case, it's definitely a blocking issue for saving my activities to the prod database.

aaron-schroeder commented 1 year ago

Completed in c9e7eefd1e7dc408eef317c4f52e26ae3bd9f3da