ruby on rails - column spree_preferences.key does not exist -


when run

rake db:migrate

i following error message.

pg::error: error: column spree_preferences.key not exist`

anyone can please tell me how fix error.

as quick solution can remove references spree_preferences in specific migration. careful though, because has potential break things.


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -