search for: 001_create_posts

Displaying 1 result from an estimated 1 matches for "001_create_posts".

2008 Apr 03
3
Branchable migrations -- A plugin to let you organize your migrations
...o pike up when working on teams and using migrations for everything. For example, if your db directory looked this: db/ migrate/ 001_create_things.rb 002_create_pandas.rb branch1/ 001_create_comments.rb 002_create_replies.rb branch2/ 001_create_posts.rb Then running rake db:migrate would look like this: ************************************************** -- Executing migrations in root... ************************************************** == 1 CreateThings: migrating ================================================== -- create_table(:things)...