Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-06-29 12:08:03 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-06-29 12:08:03 +0300
commitad2789aeba21edaadcbdc06523462e6fd87d4ba1 (patch)
tree319403c595130a4f78fae367c7cedc88466dd9db /doc/development/database
parent2add640cfc67c927eb41cf542ef39ecda4c456c1 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/database')
-rw-r--r--doc/development/database/multiple_databases.md2
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`