BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
84b93432
Commit
84b93432
authored
Nov 01, 2017
by
micael.bergeron
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make the migration reversible
parent
5c367a2a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
remove-ensure-ref-fetched-from-controllers.yml
...unreleased/remove-ensure-ref-fetched-from-controllers.yml
+1
-1
20171101134435_remove_ref_fetched_from_merge_requests.rb
.../20171101134435_remove_ref_fetched_from_merge_requests.rb
+1
-1
No files found.
changelogs/unreleased/remove-ensure-ref-fetched-from-controllers.yml
View file @
84b93432
---
title
:
Removed merge requests fetching their refs on every action.
merge_request
:
merge_request
:
15129
author
:
type
:
removed
db/post_migrate/20171101134435_remove_ref_fetched_from_merge_requests.rb
View file @
84b93432
...
...
@@ -9,6 +9,6 @@ class RemoveRefFetchedFromMergeRequests < ActiveRecord::Migration
#
# See https://gitlab.com/gitlab-org/gitlab-ce/issues/36061
def
change
remove_column
:merge_requests
,
:ref_fetched
remove_column
:merge_requests
,
:ref_fetched
,
:boolean
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