Submit social housing lettings and sales data (CORE)
 
 
 
 

5 lines
158 B

class AddStudentNotChildValueCheck < ActiveRecord::Migration[7.0]
def change
add_column :sales_logs, :student_not_child_value_check, :integer
end
end