installing db on mysql with utf8_general_ci as collation
Created by: ct27stf
when using mysql with utf_general_ci the following error is thrown
bundle exec rake db:setup RAILS_ENV=production
-- add_index("taggings", ["taggable_id", "taggable_type", "context"], {:name=>"index_taggings_on_taggable_id_and_taggable_type_and_context"})
rake aborted!
Mysql2::Error: Specified key was too long; max key length is 1000 bytes: CREATE INDEX 'index_taggings_on_taggable_id_and_taggable_type_and_context' ON 'taggings' ('taggable_id', 'taggable_type', 'context')
Tasks: TOP => db:schema:load
(See full trace by running task with --trace)
works with latin1