Commit 3936163a authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '4195-geo-node-tech-debt' into 'master'

Remove unneeded ignore_column statements for GeoNode

Closes #4195

See merge request gitlab-org/gitlab-ee!3819
parents 0366660c ad48bc4a
class GeoNode < ActiveRecord::Base class GeoNode < ActiveRecord::Base
include IgnorableColumn
include Presentable include Presentable
ignore_column :clone_protocol
ignore_column :geo_node_key_id
belongs_to :oauth_application, class_name: 'Doorkeeper::Application', dependent: :destroy # rubocop: disable Cop/ActiveRecordDependent belongs_to :oauth_application, class_name: 'Doorkeeper::Application', dependent: :destroy # rubocop: disable Cop/ActiveRecordDependent
has_many :geo_node_namespace_links has_many :geo_node_namespace_links
......
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