mirror of https://github.com/rails/rails
'Revert' ->active_record_migrations [ci skip]
Revert method documentation moved from migrations.md to active_record_migrations.md
This commit is contained in:
parent
f57fd2f5d5
commit
72e42d2521
|
@ -233,7 +233,7 @@ Please refer to the [Changelog](https://github.com/rails/rails/blob/4-0-stable/a
|
|||
|
||||
* New method `revert` will revert a whole migration or the given block.
|
||||
If migrating down, the given migration / block is run normally.
|
||||
See the [Guide on Migration](https://github.com/rails/rails/blob/master/guides/source/migrations.md#reverting-previous-migrations)
|
||||
See the [Guide on Migration](https://github.com/rails/rails/blob/master/guides/source/active_record_migrations.md#reverting-previous-migrations)
|
||||
|
||||
* Adds PostgreSQL array type support. Any datatype can be used to create an array column, with full migration and schema dumper support.
|
||||
|
||||
|
|
Loading…
Reference in New Issue