class AddSourceToPhoto20min < ActiveRecord::Migration
  def change
    add_column :photo20mins, :source, :string, default: ""
  end
end

