Commit 41a47d19 authored by Stan Hu's avatar Stan Hu

Merge branch '223249-remove-unused-fdw-models' into 'master'

Geo - Remove unused FDW models

See merge request gitlab-org/gitlab!38207
parents 5e5be2cb 0eb7287c
# 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