Every time I run the migrations, a particular migration fails. This is the error:
bundle exec rake db:migrate
.... a bunch of successful migrations, then...
rake aborted!
An error has occurred, all later migrations canceled:
Mysql2::Error: Unknown column 'meta_keywords' in 'field list': INSERT INTO pages (draft, meta_keywords, depth, link_url, lft, parent_id, meta_description, menu_match, rgt, show_in_menu, skip_to_first_child, custom_title_type, title, path, custom_title, deletable, created_at, browser_title, position, updated_at) VALUES (0, NULL, NULL, '/vehicle_manufacturers', 7, NULL, NULL, '^/vehicle_manufacturers(\/|\/.+?|)$', 8, 1, 0, 'none', 'Vehicle Manufacturers', NULL, NULL, 0, '2012-08-14 12:15:44', NULL, 2, '2012-08-14 12:15:44')