Submit social housing lettings and sales data (CORE)
 
 
 
 

5 lines
146 B

class AddDiscardedAtToOrganisations < ActiveRecord::Migration[7.0]
def change
add_column :organisations, :discarded_at, :datetime
end
end