Welcome to mirror list, hosted at ThFree Co, Russian Federation.

20140127170938_add_group_avatars.rb « migrate « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2911096dd5d300268d1efeedb3510a368d5bc8a3 (plain)
1
2
3
4
5
class AddGroupAvatars < ActiveRecord::Migration
  def change
    add_column :namespaces, :avatar, :string
  end
end