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

20151104105513_add_file_to_lfs_objects.rb « migrate « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7c57f3f0df655017afcd6ed4acba5af3b415973a (plain)
1
2
3
4
5
class AddFileToLfsObjects < ActiveRecord::Migration
  def change
    add_column :lfs_objects, :file, :string
  end
end