File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
user_guide_src/source/dbmgmt Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Database Groups
66
66
===============
67
67
68
68
A migration will only be run against a single database group. If you have multiple groups defined in
69
- **app/Config/Database.php **, then it will run against the ``$defaultGroup `` as specified
69
+ **app/Config/Database.php **, then by default it will run against the ``$defaultGroup `` as specified
70
70
in that same configuration file.
71
71
72
72
There may be times when you need different schemas for different
@@ -79,6 +79,9 @@ match the name of the database group exactly:
79
79
80
80
.. literalinclude :: migration/003.php
81
81
82
+ .. note :: The **migrations** table that tracks which migrations have already been
83
+ run will be always created in the default database group.
84
+
82
85
Namespaces
83
86
==========
84
87
You can’t perform that action at this time.
0 commit comments