parent
8f6539373e
commit
208ac3cac3
@ -0,0 +1,7 @@
|
|||||||
|
class SyncSubjectdsMobile < ActiveRecord::Migration[5.2]
|
||||||
|
def change
|
||||||
|
SubDisciplineContainer.find_each do |sc|
|
||||||
|
subject.find(sc.container_id).update_column(:show_mobile => true)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue