Commit 32c954bb authored by Douwe Maan's avatar Douwe Maan

Merge branch 'tc-geo-ignore-repository-storage-path' into 'master'

Add forgotten IgnorableColumn in Geo::RepositoryDeletedEvent

See merge request gitlab-org/gitlab-ee!5710
parents 8bdd718f 6b81e600
module Geo
class RepositoryDeletedEvent < ActiveRecord::Base
include Geo::Model
include IgnorableColumn
ignore_column :repository_storage_path
belongs_to :project
......
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