Skip to content

Commit b931742

Browse files
committed
docs: add sample command for Windows
1 parent f9cc308 commit b931742

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

user_guide_src/source/dbmgmt/migration.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,12 @@ You can use (migrate) with the following options:
128128

129129
This example will migrate ``Acme\Blog`` namespace with any new migrations on the test database group::
130130

131+
For Unix:
131132
> php spark migrate -g test -n Acme\\Blog
132133

134+
For Windows:
135+
> php spark migrate -g test -n Acme\Blog
136+
133137
When using the ``--all`` option, it will scan through all namespaces attempting to find any migrations that have
134138
not been run. These will all be collected and then sorted as a group by date created. This should help
135139
to minimize any potential conflicts between the main application and any modules.

0 commit comments

Comments
 (0)