Skip to content

Commit 4b3f577

Browse files
committed
docs: add empty lines
1 parent b582d61 commit 4b3f577

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

user_guide_src/source/dbmgmt/migration.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,13 @@ Database Groups
6767

6868
A 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
7173
database 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
7377
against the proper group by setting the ``$DBGroup`` property on your migration. This name must
7478
match the name of the database group exactly:
7579

0 commit comments

Comments
 (0)