tracks/db
Utsav Sethi 970146f710 Change "todos.description" from "string" to "text"
DB field "todos.description" was type string, which
defaults to length 255 in MySQL. Model allows field
to be up to 300 characters, which could cause a DB
error, if user saved a description of between 255
and 300 characters.
2020-01-13 15:19:23 -06:00
..
migrate Change "todos.description" from "string" to "text" 2020-01-13 15:19:23 -06:00
schema.rb Change "todos.description" from "string" to "text" 2020-01-13 15:19:23 -06:00
seeds.rb initial upgrade to rails 3.2.3 2012-04-30 13:56:33 +02:00