File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -233,6 +233,8 @@ Commands
233
233
- Added ``spark config:check `` command to check Config values. See
234
234
:ref: `confirming-config-values ` for the details.
235
235
- Added ``spark lang:find `` command to update translations keys. See :ref: `generating-translation-files-via-command ` for the details.
236
+ - The ``--dbgroup `` option has been added to the ``spark db:table `` command.
237
+ See :ref: `Database Commands <db-command-specify-the-dbgroup >`.
236
238
237
239
Testing
238
240
=======
Original file line number Diff line number Diff line change @@ -28,6 +28,22 @@ you can use the ``db:table --show`` command:
28
28
When using this command it is assumed that a table exists.
29
29
Otherwise, CodeIgniter will complain that the database has no tables.
30
30
31
+ .. _db-command-specify-the-dbgroup :
32
+
33
+ Specify the Database Group
34
+ ==========================
35
+
36
+ db:table --dbgroup
37
+ ------------------
38
+
39
+ .. versionadded :: 4.5.0
40
+
41
+ You can specify the database group to use with the ``--dbgroup `` option:
42
+
43
+ .. code-block :: console
44
+
45
+ php spark db:table --show --dbgroup tests
46
+
31
47
Retrieve Some Records
32
48
=====================
33
49
You can’t perform that action at this time.
0 commit comments