Skip to content

Commit 3b59c48

Browse files
authored
refactor: specify migration settings in README
1 parent 7ca395d commit 3b59c48

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ Install via Composer:
1919

2020
Migrate the database:
2121

22-
php spark migrate --all
22+
#### for Unix
23+
php spark migrate -n CodeIgniter\\Settings
24+
#### for Windows
25+
php spark migrate -n CodeIgniter\Settings
2326

2427
## Configuration
2528

0 commit comments

Comments
 (0)