Closed andrewhavens closed 12 years ago
Ah, nevermind...my bad. I created for myself a "refinery sandbox" project. Rails, by default, adds the development.sqlite to the gitignore, so when I switched to my "try out the news engine" branch, it brought over the sqlite database from a different branch, with different migrations. Sorry! Lesson learned.
Starting with a new refinery project, I wanted to try out the news engine. So I added the gem, bundle installed, and ran the generator. When I went to do
rake db:migrate
I got the following error:Not sure if this has broken anything yet, but I thought I should mention it.