spree-contrib / spree_globalize

Adds support for model translations (multi-language stores) using Globalize gem
https://spreecommerce.org
BSD 3-Clause "New" or "Revised" License
24 stars 101 forks source link

CreateStoreFromPreferences fails because of missing translations-table #8

Open toyflish opened 9 years ago

toyflish commented 9 years ago

If I run the migrations from zero, the CreateStoreFromPreferences migration fails because the decorator makes the Store attributes translatable but the migration for the Store-translations table comes at the end of all migrations. Do I have to reorder my migrations?

alexandre025 commented 9 years ago

Same issue when upgrading from spree 3.0

alepore commented 9 years ago

it's the same issue as https://github.com/spree/spree/pull/6259 ? Is your spree up2date?