Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Jan 15, 2022
1 parent 544bfcc commit d339425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ and the next execution of `php artisan migrate` will call the `up` method again.
To prevent this behavior, all migrations should have `down` method that will throw an Exception, nothing more.

PHP DB Migration Validator checks whether all migration files meet this requirement.
You can add it to the server's git hooks to prevent migration rollback, or add validation to CI.
You can add it to the server's git hooks to prevent migration rollback, or add validation step to CI.

## Installation

Expand Down

0 comments on commit d339425

Please sign in to comment.