We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9cc308 commit b931742Copy full SHA for b931742
user_guide_src/source/dbmgmt/migration.rst
@@ -128,8 +128,12 @@ You can use (migrate) with the following options:
128
129
This example will migrate ``Acme\Blog`` namespace with any new migrations on the test database group::
130
131
+ For Unix:
132
> php spark migrate -g test -n Acme\\Blog
133
134
+ For Windows:
135
+ > php spark migrate -g test -n Acme\Blog
136
+
137
When using the ``--all`` option, it will scan through all namespaces attempting to find any migrations that have
138
not been run. These will all be collected and then sorted as a group by date created. This should help
139
to minimize any potential conflicts between the main application and any modules.
0 commit comments