Skip to content

Commit

Permalink
docs(README.md): Clarify that implicit load now happens only when `mi…
Browse files Browse the repository at this point in the history
…grations` is empty.
  • Loading branch information
Paul Rogers committed Apr 5, 2019
1 parent 536211e commit 57dd004
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 @@ -26,7 +26,7 @@ Implicitly migrate as load from an earlier, flattened copy:
``` bash
php artisan migrate
```
(When not migrating the production environment.)
(When `migrations` table is empty and not migrating the production environment.)

Migrate without loading from, or dumping to, flattened copy:
``` bash
Expand Down

0 comments on commit 57dd004

Please sign in to comment.