Skip to content

Commit 57dd004

Browse files
author
Paul Rogers
committed
docs(README.md): Clarify that implicit load now happens only when migrations is empty.
1 parent 536211e commit 57dd004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Implicitly migrate as load from an earlier, flattened copy:
2626
``` bash
2727
php artisan migrate
2828
```
29-
(When not migrating the production environment.)
29+
(When `migrations` table is empty and not migrating the production environment.)
3030

3131
Migrate without loading from, or dumping to, flattened copy:
3232
``` bash

0 commit comments

Comments
 (0)