Remove unused FDW models

parent 85aeffd2
# frozen_string_literal: true
module Geo
module Fdw
class ProjectFeature < ::Geo::BaseFdw
self.table_name = Gitlab::Geo::Fdw.foreign_table_name('project_features')
end
end
end
# frozen_string_literal: true
module Geo
module Fdw
class ProjectRepositoryState < ::Geo::BaseFdw
self.table_name = Gitlab::Geo::Fdw.foreign_table_name('project_repository_states')
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