实践课程的实训数量

dev_hs
cxt 5 years ago
parent 2e79967318
commit 6f06094fc1

@ -0,0 +1,9 @@
class MigrateSubjectShixunCount < ActiveRecord::Migration[5.2]
def change
Subject.reset_column_information
Subject.all.each do |subject|
Subject.reset_counters subject.id, :stage_shixuns
Subject.reset_counters subject.id, :shixuns
end
end
end
Loading…
Cancel
Save