Skip to content
Snippets Groups Projects
Commit 0715abaf authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

migrate milestones with nil state

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