mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fixed a typo in migrations
This commit is contained in:
parent
6e8a1bd0d3
commit
749ced1767
1 changed files with 1 additions and 1 deletions
|
@ -770,7 +770,7 @@ Both migrations work for Alice.
|
|||
|
||||
Bob comes back from vacation and:
|
||||
|
||||
# Updates the source - which contains both migrations and the latests version of
|
||||
# Updates the source - which contains both migrations and the latest version of
|
||||
the Product model.
|
||||
# Runs outstanding migrations with +rake db:migrate+, which
|
||||
includes the one that updates the +Product+ model.
|
||||
|
|
Loading…
Reference in a new issue