gitlab-org--gitlab-foss/db/migrate/20151104105513_add_file_to_...

7 lines
141 B
Ruby

# rubocop:disable all
class AddFileToLfsObjects < ActiveRecord::Migration
def change
add_column :lfs_objects, :file, :string
end
end