search for: 009_create_bookmarks

Displaying 1 result from an estimated 1 matches for "009_create_bookmarks".

2006 Jun 21
3
rake migrate says table already exists
Hi all, I used the generate script to make a bunch of table migrations, resulting in files like 002_bookmarks.rb, 003_tags.rb, etc. When I did the ''rake migrate'', the db was set up but more migration files appeared, now called 009_create_bookmarks.rb, 010_create_tags.rb, etc. Now when I want to change the database (add a table or column, alter the schema) I do ./script/generate migration do_something_new and rake migrate gives me: (in /home/jason/Svn/working/trunk) ** Invoke migrate (first_time) ** Invoke db:migrate (first_time) ** In...