Remove Geo::Fdw::GeoNode model

Since GitLab 13.2 we don't rely on FDW query/models
parent e6afae0f
# frozen_string_literal: true
module Geo
module Fdw
class GeoNode < ::Geo::BaseFdw
self.primary_key = :id
self.inheritance_column = nil
self.table_name = Gitlab::Geo::Fdw.foreign_table_name('geo_nodes')
serialize :selective_sync_shards, Array # rubocop:disable Cop/ActiveRecordSerialize
end
end
end
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