summaryrefslogtreecommitdiff
path: root/db/migrate/20151104105513_add_file_to_lfs_objects.rb
blob: 7c57f3f0df655017afcd6ed4acba5af3b415973a (plain)
1
2
3
4
5
class AddFileToLfsObjects < ActiveRecord::Migration
  def change
    add_column :lfs_objects, :file, :string
  end
end