sunlightlabs / opencongress

An open website for opening Congress.
http://www.opencongress.org
GNU General Public License v3.0
48 stars 16 forks source link

Letters to Congress submissions fail if the subject length is greater than 255 #433

Closed crdunwel closed 10 years ago

crdunwel commented 10 years ago

FormageddonLetters limit the subject length to 255 characters but a bill's title may exceed this length. Made migration to change the subject's type from string to text. This should fix the problem.

crdunwel commented 10 years ago

Fixed from d1e38f2514b4638d133c5318c1df56e06b84e7d0 so closing.