提交 0715abaf 编写于 作者: D Dmitriy Zaporozhets

migrate milestones with nil state

上级 211c433c
desc "GITLAB | Migrate Milestones"
task migrate_milestones: :environment do
Milestone.where(state: nil).update_all(state: 'active')
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册