Commit 84b93432 authored by micael.bergeron's avatar micael.bergeron

make the migration reversible

parent 5c367a2a
---
title: Removed merge requests fetching their refs on every action.
merge_request:
merge_request: 15129
author:
type: removed
......@@ -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
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