class AddMediaToSettings < ActiveRecord::Migration
  def change
    add_column :settings, :default_media, :string, :default => "all"
  end
end
