Add Toggl data to attendances, fix attendance creation for past lectures. Change styling a little.

This commit is contained in:
2023-10-02 16:19:37 +01:00
parent 2530ee629a
commit 9a5116f29e
7 changed files with 43 additions and 23 deletions
@@ -0,0 +1,5 @@
class AddTogglDataToAttendance < ActiveRecord::Migration[7.0]
def change
add_column :attendances, :toggl_data, :jsonb
end
end