Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
0eb7287c
Commit
0eb7287c
authored
Jul 29, 2020
by
Douglas Barbosa Alexandre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused FDW models
parent
85aeffd2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
18 deletions
+0
-18
ee/app/models/geo/fdw/project_feature.rb
ee/app/models/geo/fdw/project_feature.rb
+0
-9
ee/app/models/geo/fdw/project_repository_state.rb
ee/app/models/geo/fdw/project_repository_state.rb
+0
-9
No files found.
ee/app/models/geo/fdw/project_feature.rb
deleted
100644 → 0
View file @
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
ee/app/models/geo/fdw/project_repository_state.rb
deleted
100644 → 0
View file @
85aeffd2
# 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment