I tried upgrading my dev environment to 946 from 876 and I get this error when I fire up r946
ActiveRecord::StatementInvalid in Articles#index Mysql::Error: Table 'typo_dev.blogs' doesn't exist: SELECT * FROM blogs LIMIT 1 So I thought, "OK, I'll migrate my db by hand" So I go into my rails dir, and I type rake migrate, and I get this. [EMAIL PROTECTED]:~/rails/typo$ rake migrate (in /home/mattrose/rails/typo) rake aborted! Mysql::Error: Table 'typo_dev.blogs' doesn't exist: ALTER TABLE blogs ADD settings text (See full trace by running task with --trace) I ran the trace, but it just gave me the same glaring error. My r876 rev didn't have the blogs table. am I missing a step here, or should the migration include a step that creates that blogs table. Matt PS: off to search the list archives. _______________________________________________ Typo-list mailing list Typo-list@rubyforge.org http://rubyforge.org/mailman/listinfo/typo-list