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-08-09 09:10:01 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-09 09:10:01 +0300
commit4b8939db3d80469826a62f1409b921f96dac2498 (patch)
tree7a3a0a8dab9b45c1c8071a0717267d87d4b01ee8 /doc/development/sql.md
parent53f7c2edf478dac9e6b8e52c4b9a59c53659eb31 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/sql.md')
-rw-r--r--doc/development/sql.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/sql.md b/doc/development/sql.md
index 1abd485249e..4f181d01505 100644
--- a/doc/development/sql.md
+++ b/doc/development/sql.md
@@ -349,7 +349,7 @@ newly added column; however, the first query does not. The `column_names` method
values (the new column is missing), because the values are cached within the `ActiveRecord` schema
cache. These values are usually populated when the application boots up.
-At this point, the only fix would be a full application restart so that the schema cache gets
+At this point, the only fix would be a full application restart so that the schema cache gets
updated.
The problem can be avoided if we always use `SELECT users.*` or we always explicitly define the