I tried to clone my DB and got an error : (Mysql 5 / Rails 1.2 / OS X) rake aborted! Mysql::Error: BLOB/TEXT column ''description'' used in key specification without a key length: CREATE INDEX `title_description` ON propositions (`title`, `description`) but the index key length exists in my dev DB... (from Mysql => title_description INDEX title 25 description 50) seems to taken in account at all.... rake db:schema:dump => add_index "propositions", ["title", "description"], :name => "title_description" in the schema.rb is it a bug ? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---