Skip to content

Commit

Permalink
Merge pull request #5301 from liviascapin/patch-4
Browse files Browse the repository at this point in the history
Clarification of migration documentation
  • Loading branch information
dereuromark committed Oct 10, 2017
2 parents 322541e + d929d56 commit 9b61f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/phinx/migrations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The Change Method

Phinx 0.2.0 introduced a new feature called reversible migrations. This feature
has now become the default migration method. With reversible migrations, you
only need to define the ``up`` logic, and Phinx can figure out how to migrate
only need to define the ``change`` logic, and Phinx can figure out how to migrate
down automatically for you. For example::

<?php
Expand Down

0 comments on commit 9b61f4a

Please sign in to comment.