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-07-07 18:07:24 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-07 18:07:24 +0300
commite1e58fabfa768f47ab82f87ba50b1f2793a8258a (patch)
tree1dcb7d67bb70bbfed8e3b1a632db9d9aaf38f85f /lib/gitlab/database.rb
parent9ceb2dbab3296721c576572e96691a19e2506069 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/database.rb')
-rw-r--r--lib/gitlab/database.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/gitlab/database.rb b/lib/gitlab/database.rb
index 3c86a6ec0b8..965ce2bcee9 100644
--- a/lib/gitlab/database.rb
+++ b/lib/gitlab/database.rb
@@ -10,9 +10,7 @@ module Gitlab
# TABLES_TO_BE_RENAMED = {
# 'old_name' => 'new_name'
# }.freeze
- TABLES_TO_BE_RENAMED = {
- 'services' => 'integrations'
- }.freeze
+ TABLES_TO_BE_RENAMED = {}.freeze
# Minimum PostgreSQL version requirement per documentation:
# https://docs.gitlab.com/ee/install/requirements.html#postgresql-requirements