BigW Consortium Gitlab

20151104105513_add_file_to_lfs_objects.rb 141 Bytes
# rubocop:disable all
class AddFileToLfsObjects < ActiveRecord::Migration
  def change
    add_column :lfs_objects, :file, :string
  end
end