Skip to content

Commit fb54e6d

Browse files
authored
Merge pull request #161 from ddevsr/patch-1
docs: specify migration `Settings`
2 parents 543d729 + 3f36db9 commit fb54e6d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
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

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)