Total Complexity | 1 |
Total Lines | 5 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | class AddManualAttendanceEstimate < ActiveRecord::Migration[5.0] |
||
2 | def change |
||
3 | add_column :sessions, :manual_attendance_estimate, :integer |
||
4 | end |
||
5 | end |
||
6 |