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>2022-04-26 21:09:02 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-04-26 21:09:02 +0300
commitdd9af4e967d19806838befb3a99a0083123a9a6e (patch)
treef086c5dcaec2a58166edf7704bcebf3c1ac2ed80 /app/models/integration.rb
parent8cd1a72e8f35bf8968ff1cd9b6274b10bfc29346 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/integration.rb')
-rw-r--r--app/models/integration.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/integration.rb b/app/models/integration.rb
index 31d02016efb..37447890c27 100644
--- a/app/models/integration.rb
+++ b/app/models/integration.rb
@@ -13,7 +13,6 @@ class Integration < ApplicationRecord
include IgnorableColumns
extend ::Gitlab::Utils::Override
- ignore_column :template, remove_with: '15.0', remove_after: '2022-04-22'
ignore_column :type, remove_with: '15.0', remove_after: '2022-04-22'
ignore_column :properties, remove_with: '15.1', remove_after: '2022-05-22'