Skip to content

Commit ec9d753

Browse files
committed
docs: fix descriptions for -g option
1 parent 710649f commit ec9d753

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/dbmgmt/migration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Refreshes the database state by first rolling back all migrations, and then migr
166166
167167
You can use (refresh) with the following options:
168168

169-
- ``-g`` - to choose database group, otherwise default database group will be used.
169+
- ``-g`` - to specify database group. If specified, only migrations for the specified database group will be run. If not specified, all migrations will be run.
170170
- ``-n`` - to choose namespace, otherwise ``App`` namespace will be used.
171171
- ``--all`` - to refresh all namespaces.
172172
- ``-f`` - to force a bypass confirmation question, it is only asked in a production environment.
@@ -192,7 +192,7 @@ Displays a list of all migrations and the date and time they ran, or '--' if the
192192
193193
You can use (status) with the following options:
194194

195-
- ``-g`` - to choose database group, otherwise default database group will be used.
195+
- ``-g`` - to specify database group. If specified, only migrations for the specified database group will be checked. If not specified, all migrations will be checked.
196196

197197
make:migration
198198
==============

0 commit comments

Comments
 (0)