迁移调整

sso
cxt 5 years ago
parent c16d251cde
commit 55fb48ee09

@ -1,7 +1,7 @@
class SyncSubjectdsMobile < ActiveRecord::Migration[5.2] class SyncSubjectdsMobile < ActiveRecord::Migration[5.2]
def change def change
SubDisciplineContainer.find_each do |sc| SubDisciplineContainer.where(container_type: "Subject").find_each do |sc|
subject.find(sc.container_id).update_column(:show_mobile => true) Subject.find(sc.container_id).update_column(:show_mobile => true)
end end
end end
end end

Loading…
Cancel
Save