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
c8fb59db
Commit
c8fb59db
authored
Jan 22, 2020
by
Lee Tickett
Committed by
Andreas Brandl
Jan 22, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove milestone_id from epics table 3/3
parent
1828006e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
app/models/epic.rb
app/models/epic.rb
+0
-2
changelogs/unreleased/remove_milestone_id_from_epics3.yml
changelogs/unreleased/remove_milestone_id_from_epics3.yml
+5
-0
No files found.
app/models/epic.rb
View file @
c8fb59db
...
@@ -5,8 +5,6 @@
...
@@ -5,8 +5,6 @@
class
Epic
<
ApplicationRecord
class
Epic
<
ApplicationRecord
include
IgnorableColumns
include
IgnorableColumns
ignore_column
:milestone_id
,
remove_after:
'2020-02-01'
,
remove_with:
'12.8'
def
self
.
link_reference_pattern
def
self
.
link_reference_pattern
nil
nil
end
end
...
...
changelogs/unreleased/remove_milestone_id_from_epics3.yml
0 → 100644
View file @
c8fb59db
---
title
:
Remove milestone_id from epics
merge_request
:
23282
author
:
Lee Tickett
type
:
other
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