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

6 lines
119 B
Ruby
Raw Normal View History

2015-10-12 14:42:14 +00:00
class AddFileToLfsObjects < ActiveRecord::Migration
def change
add_column :lfs_objects, :file, :string
end
end