Submit social housing lettings and sales data (CORE)
 
 
 
 

5 lines
138 B

class AddDiscardedAt < ActiveRecord::Migration[7.0]
def change
add_column :collection_resources, :discarded_at, :datetime
end
end