This is a stupid question probably, but should you use rake to upgrade or rather checkout a new version? In my case I just fetched a new release and copied the configs and the .htaccess files over. Is that the correct way?
Bart On 11/18/05, Jack Schwarz <jack.schwarz at gmail.com> wrote: > Running the migration in /admin gave me a Typo application error. A > "rake migrate RAILS_ENV=production" gave me the following: > > Adding Redirect Table > rake aborted! > You have an error in your SQL syntax; check the manual that > corresponds to your MySQL server version for the right syntax to use > near 'to varchar(255)) ENGINE=InnoDB' at line 1: CREATE TABLE > redirects (id int(11) DEFAULT NULL auto_increment PRIMARY KEY, > from_path varchar(255), to varchar(255)) ENGINE=InnoDB > > Currently running Typo on TextDrive. > > Thanks, > Jack > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > -- "May the source be with you"
