Remove attendances model

This commit is contained in:
2023-10-06 22:09:38 +01:00
parent 84143c683f
commit 3540fa75f7
7 changed files with 6 additions and 142 deletions
@@ -0,0 +1,5 @@
class DeleteAttendances < ActiveRecord::Migration[7.1]
def change
drop_table :attendances
end
end