1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove redundant or

This commit is contained in:
Jason Noble 2011-12-05 05:22:13 -07:00
parent 3134b467f0
commit c921ba97b8

View file

@ -541,7 +541,7 @@ Note that running the +db:migrate+ also invokes the +db:schema:dump+ task, which
will update your db/schema.rb file to match the structure of your database. will update your db/schema.rb file to match the structure of your database.
If you specify a target version, Active Record will run the required migrations If you specify a target version, Active Record will run the required migrations
(up or down or change) until it has reached the specified version. The version (up, down or change) until it has reached the specified version. The version
is the numerical prefix on the migration's filename. For example, to migrate is the numerical prefix on the migration's filename. For example, to migrate
to version 20080906120000 run to version 20080906120000 run