class MigrateVideoNam < ActiveRecord::Migration[5.2]
def change
CourseModule.where(module_type: "video").update_all(module_name: "视频直播")
end