# rubocop:disable all
class AddAvatarToProjects < ActiveRecord::Migration
  def change
    add_column :projects, :avatar, :string
  end
end