Newer
Older
dmpopidor / db / migrate / 20160822130601_remove_description_from_organisation.rb
@Brian Riley Brian Riley on 22 Aug 2016 136 bytes Branding changes (#24)
class RemoveDescriptionFromOrganisation < ActiveRecord::Migration
  def change
    remove_column :organisations, :description
  end
end