That worked like a charm. Thanks. Stephen
On Feb 28, 2007, at 1:05 AM, Luke Melia wrote: > Try editing your database's schema_info table to have a value of 25 > (there's only one column and one row in this table). Then re-run > rake db:migrate. > > On Feb 28, 2007, at 2:02 AM, Stephen Boulet wrote: > >> I'm trying to resync with trunk. Can anyone help with this error? >> Thanks. >> >> # rake migrate >> (in /var/www/tracks-local/tracks) >> == AddTagSupport: migrating >> =================================================== >> -- create_table(:taggings) >> rake aborted! >> Mysql::Error: Table 'taggings' already exists: CREATE TABLE taggings >> (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `taggable_id` >> int(11) DEFAULT NULL, `tag_id` int(11) DEFAULT NULL, `taggable_type` >> varchar(255) DEFAULT NULL, `user_id` int(11) DEFAULT NULL) >> ENGINE=InnoDB >> >> (See full trace by running task with --trace) >> >> Stephen _______________________________________________ Tracks-discuss mailing list [email protected] http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
