On Jul 27, 2005, at 2:52 PM, Christopher Bailey wrote: > I'm using typo from Subversion, and have 272 at the moment, and am > trying to > go to 464. I did "svn update". I then tried to do "rake > migrate". Is that > the correct way to do it? Is there a web page explaining how to do > upgrades? > > When I did "rake migrate", I first got an error about the > "extended_html" > column. Someone on IRC said to comment out adding of that column > (I already > had that column).
Another option would be to drop the column from the db and try with the stock migrations. Yet *another* option would be to bump the DB's schema_info version up to 1 and skip that migration entirely. Scott
