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