diff options
Diffstat (limited to 'doc/development/mass_insert.md')
-rw-r--r-- | doc/development/mass_insert.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/mass_insert.md b/doc/development/mass_insert.md index dfffab564bc..4b1716ff00a 100644 --- a/doc/development/mass_insert.md +++ b/doc/development/mass_insert.md @@ -1,13 +1,13 @@ --- stage: none group: unassigned -info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers +info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments --- # Mass inserting Rails models Setting the environment variable [`MASS_INSERT=1`](rake_tasks.md#environment-variables) -when running [`rake setup`](rake_tasks.md) will create millions of records, but these records +when running [`rake setup`](rake_tasks.md) creates millions of records, but these records aren't visible to the `root` user by default. To make any number of the mass-inserted projects visible to the `root` user, run |