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