33afd180a4
We can do this now that the data has been migrated
6 lines
135 B
Ruby
6 lines
135 B
Ruby
class MakeEventSummaryNotNull < ActiveRecord::Migration[8.0]
|
|
def change
|
|
change_column_null :events, :summary_id, false
|
|
end
|
|
end
|