20140127170938_add_group_avatars.rb 138 Bytes
Newer Older
1
# rubocop:disable all
Steven Thonus's avatar
Steven Thonus committed
2 3 4 5 6
class AddGroupAvatars < ActiveRecord::Migration
  def change
    add_column :namespaces, :avatar, :string
  end
end