BigW Consortium Gitlab

20151104105513_add_file_to_lfs_objects.rb 141 Bytes
Newer Older
1
# rubocop:disable all
2 3 4 5 6
class AddFileToLfsObjects < ActiveRecord::Migration
  def change
    add_column :lfs_objects, :file, :string
  end
end