codeforboston / GovLens

We scan thousands of government websites to check how well they stack up on security, accessibility, and public accountability.
MIT License
27 stars 42 forks source link

Remove character limits from text fields by changing varchar -> text #107

Closed gsireesh closed 4 years ago

gsireesh commented 4 years ago

Per postgres docs, this doesn't change performance, but allows us a bit more flexibility. This might be a small issue for the SQLite database, but if that's only running locally, we shouldn't have too much data in there anyway.