Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
Fixed a typo in the migration documentation
  • Loading branch information
T. Zengerink committed Sep 8, 2014
1 parent 8a24626 commit e4985c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The `--table` and `--create` options may also be used to indicate the name of th
### Forcing Migrations In Production

Some migration operations are destructive, meaning they may cause you to lose data. In order to protect you from running these commands against your production database, you will prompted for confirmation before these commands are executed. To force thse commands to run without a prompt, use the `--force` flag:
Some migration operations are destructive, meaning they may cause you to lose data. In order to protect you from running these commands against your production database, you will prompted for confirmation before these commands are executed. To force the commands to run without a prompt, use the `--force` flag:

php artisan migrate --force

Expand Down

0 comments on commit e4985c9

Please sign in to comment.