Skip to content
Snippets Groups Projects
Commit 6bf34ac6 authored by Robert May's avatar Robert May
Browse files

Merge branch '36385-encrypt-integration-properties-d' into 'master'

Remove ignore_column for dropped integrations.properties column

See merge request !80517
parents 99baee8a 590a1bff
No related branches found
No related tags found
1 merge request!80517Remove ignore_column for dropped integrations.properties column
Pipeline #574249886 passed with warnings
......@@ -13,8 +13,6 @@ class Integration < ApplicationRecord
include IgnorableColumns
extend ::Gitlab::Utils::Override
ignore_column :properties, remove_with: '15.1', remove_after: '2022-05-22'
UnknownType = Class.new(StandardError)
self.inheritance_column = :type_new
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment