Fix week numbering being off by one and add custom semester starts per module
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddSemesterStartDateToCourse < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
add_column :courses, :semester_start_date, :date, default: START_OF_YEAR_5_SEMESTER_1.to_date
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user