Skip to content
Snippets Groups Projects
Commit 24a0e86d authored by Stan Hu's avatar Stan Hu
Browse files

Remove deleted milestones from merge requests

parent abaa65ef
No related branches found
No related tags found
No related merge requests found
class RemoveInvalidMilestonesFromMergeRequests < ActiveRecord::Migration
def up
execute("UPDATE merge_requests SET milestone_id = NULL where milestone_id NOT IN (SELECT id FROM milestones)")
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment