Skip to content

Commit 3f36db9

Browse files
authored
refactor: specify migration Settings in Installation
1 parent 3b59c48 commit 3f36db9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/installation.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,12 @@ Regardless of which installation method you chose, we also need to migrate the d
6161

6262
You can do this with the following command:
6363

64+
#### for Unix
6465
```console
65-
php spark migrate --all
66+
php spark migrate -n CodeIgniter\\Settings
6667
```
6768

69+
#### for Windows
70+
```console
71+
php spark migrate -n CodeIgniter\Settings
72+
```

0 commit comments

Comments
 (0)