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

Improve readability

This commit is contained in:
Jason Noble 2011-12-03 19:22:12 -07:00
parent 90f18cc85e
commit d1ef1b2220

View file

@ -605,8 +605,8 @@ example,
$ rake db:migrate:up VERSION=20080906120000 $ rake db:migrate:up VERSION=20080906120000
</shell> </shell>
will run the +up+ method from the 20080906120000 migration. These tasks check will run the +up+ method from the 20080906120000 migration. These tasks still
whether the migration has already run, so for example +db:migrate:up check whether the migration has already run, so for example +db:migrate:up
VERSION=20080906120000+ will do nothing if Active Record believes that VERSION=20080906120000+ will do nothing if Active Record believes that
20080906120000 has already been run. 20080906120000 has already been run.