diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-06-29 09:08:03 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-06-29 09:08:03 +0000 |
commit | ad2789aeba21edaadcbdc06523462e6fd87d4ba1 (patch) | |
tree | 319403c595130a4f78fae367c7cedc88466dd9db /doc/development/database | |
parent | 2add640cfc67c927eb41cf542ef39ecda4c456c1 (diff) | |
download | gitlab-ce-ad2789aeba21edaadcbdc06523462e6fd87d4ba1.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/database')
-rw-r--r-- | doc/development/database/multiple_databases.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/database/multiple_databases.md b/doc/development/database/multiple_databases.md index dbc8ab0f215..d8ff7ef1167 100644 --- a/doc/development/database/multiple_databases.md +++ b/doc/development/database/multiple_databases.md @@ -95,7 +95,7 @@ database. This is to match the default name Rails has. ### Migrations -Any migrations that affect `Ci::ApplicationRecord` models +Any migrations that affect `Ci::BaseModel` models and their tables must be placed in two directories for now: - `db/migrate` |