File tree Expand file tree Collapse file tree
user_guide_src/source/dbmgmt Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,9 +67,13 @@ Database Groups
6767
6868A migration will only be run against a single database group. If you have multiple groups defined in
6969**app/Config/Database.php **, then it will run against the ``$defaultGroup `` as specified
70- in that same configuration file. There may be times when you need different schemas for different
70+ in that same configuration file.
71+
72+ There may be times when you need different schemas for different
7173database groups. Perhaps you have one database that is used for all general site information, while
72- another database is used for mission critical data. You can ensure that migrations are run only
74+ another database is used for mission critical data.
75+
76+ You can ensure that migrations are run only
7377against the proper group by setting the ``$DBGroup `` property on your migration. This name must
7478match the name of the database group exactly:
7579
You can’t perform that action at this time.
0 commit comments