Displaying 1 result from an estimated 1 matches for "do_something_new".
2006 Jun 21
3
rake migrate says table already exists
..._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)
** Invoke environment (first_time)
** Execute environment**
Execute db:migrate== CreateBookmarks: migrating
=================================================\
-- creat...