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 > > > On Feb 27, 2007, at 11:37 PM, Luke Melia wrote: > >> 2) It seems to me that only "Active" projects should appear in the >> Autocomplete box in the new action form. Any objections? >> >> This is now implemented in the trunk. >> >> 3) On the project listing page, my list is getting too long to be >> useful. Perhaps we need to divide it into separate lists, by state? >> >> This is also now implemented in the trunk. >> >> Feedback welcome! >> >> Cheers from NYC, >> Luke >> _______________________________________________ >> Tracks-discuss mailing list >> [email protected] >> http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss > > _______________________________________________ > Tracks-discuss mailing list > [email protected] > http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss _______________________________________________ Tracks-discuss mailing list [email protected] http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
