Completed
Push — more-scheduling-tools ( bfeaad )
by
unknown
01:59
created

AddManualAttendanceEstimate.change()   A

Complexity

Conditions 1

Size

Total Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
cc 1
dl 0
loc 3
rs 10
c 1
b 0
f 0
1
class AddManualAttendanceEstimate < ActiveRecord::Migration[5.0]
2
  def change
3
    add_column :sessions, :manual_attendance_estimate, :integer
4
  end
5
end
6