Commit 0715abaf authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

migrate milestones with nil state

parent 211c433c
desc "GITLAB | Migrate Milestones"
task migrate_milestones: :environment do
Milestone.where(state: nil).update_all(state: 'active')
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