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
path: root/db
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-31 09:09:47 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-31 09:09:47 +0300
commit3a5eccd3d0601c058aeecc74959305e70084f2be (patch)
tree0bcb16e74e0f9fd453c889ccd9ab30637a18f1e7 /db
parent96fb7f03bd25a123567fa8a10ccaf4922f01a8aa (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'db')
-rw-r--r--db/migrate/20221014034338_populate_releases_access_level_from_repository.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20221014034338_populate_releases_access_level_from_repository.rb b/db/migrate/20221014034338_populate_releases_access_level_from_repository.rb
index 6e61d972bf6..37797aa65f3 100644
--- a/db/migrate/20221014034338_populate_releases_access_level_from_repository.rb
+++ b/db/migrate/20221014034338_populate_releases_access_level_from_repository.rb
@@ -6,7 +6,7 @@ class PopulateReleasesAccessLevelFromRepository < Gitlab::Database::Migration[2.
disable_ddl_transaction!
def up
- update_column_in_batches(
+ update_column_in_batches( # rubocop: disable Migration/UpdateColumnInBatches
:project_features,
:releases_access_level,
Arel.sql('repository_access_level')