class AddColumnSmsConfigToOrganisation < ActiveRecord::Migration[6.0]
  def change
    add_column :organisations, :sms_config, :text
  end
end
