SpinaCMS / Spina

Spina CMS
http://www.spinacms.com
Other
2.19k stars 405 forks source link

Error migrations rails g spina:install #251

Closed luismiv85 closed 7 years ago

luismiv85 commented 7 years ago

Hi! I getting a error when I try install spina. The error is: == 20170515114731 CreateSpinaTranslationTables: migrating ===================== rake aborted! StandardError: An error has occurred, all later migrations canceled:

Mysql2::Error: Can't DROP 'title'; check that column/key exists: ALTER TABLE spina_pages DROP title

Any idea?

luismiv85 commented 7 years ago

Hey! I found the error. On the migration file, on the globalize translation, you have a options to delete from the main table all of attributes translated. I can see all of those attributes no exists on the main table, maybe any body removed all of them before. Sorry for my english :)