Skip to content

Commit

Permalink
Fix migration copying command in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuba Semczuk authored and Kuba Semczuk committed Dec 8, 2018
1 parent 7c3412d commit ce933f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ gem 'has_friendship'

After you bundle *HasFriendship*, you need to copy migrations and migrate:

$ rails has_friendship:install:migrations
$ rails has_friendship_engine:install:migrations
$ rake db:migrate

## Gem upgrades

After gem updates, it may be necessary to run subsequent migrations.

$ rails has_friendship:install:migrations
$ rails has_friendship_engine:install:migrations

Will install _new_ migrations if they're necessary.

Expand Down

0 comments on commit ce933f6

Please sign in to comment.