Commit 34244608 authored by James Lopez's avatar James Lopez

Merge branch 'fj-205196-remove-ignore-column-storage-version' into 'master'

Remove ignore_column :storage_version

Closes #205196

See merge request gitlab-org/gitlab!25515
parents e09ebc08 ed13dbeb
......@@ -17,7 +17,6 @@ class Snippet < ApplicationRecord
include HasRepository
extend ::Gitlab::Utils::Override
ignore_column :storage_version, remove_with: '12.9', remove_after: '2020-03-22'
ignore_column :repository_storage, remove_with: '12.10', remove_after: '2020-04-22'
cache_markdown_field :title, pipeline: :single_line
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment