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>2024-01-22 15:08:07 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2024-01-22 15:08:07 +0300
commite5c31c104e19a08546b17b34b7f1563cce3f89e6 (patch)
tree4f05401dc288370583328a94c1bbf1f1de9ace64 /app/models/ci/pipeline_variable.rb
parent56865fdf95db03cc0ccd01a88d9457ba0a050153 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/ci/pipeline_variable.rb')
-rw-r--r--app/models/ci/pipeline_variable.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/ci/pipeline_variable.rb b/app/models/ci/pipeline_variable.rb
index 4fddb3e053e..d83bb29ff80 100644
--- a/app/models/ci/pipeline_variable.rb
+++ b/app/models/ci/pipeline_variable.rb
@@ -9,6 +9,7 @@ module Ci
belongs_to :pipeline
self.primary_key = :id
+ self.sequence_name = :ci_pipeline_variables_id_seq
partitionable scope: :pipeline