dev_ec
parent
04722f0a8c
commit
cfb610a787
@ -0,0 +1,5 @@
|
|||||||
|
class MigrateGraduationTaskCommentStatus < ActiveRecord::Migration[5.2]
|
||||||
|
def change
|
||||||
|
GraduationTask.where(cross_comment: true, comment_status: 0).update_all(comment_status: 2)
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue