Add Toggl data to attendances, fix attendance creation for past lectures. Change styling a little.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddTogglDataToAttendance < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
add_column :attendances, :toggl_data, :jsonb
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user