debian-mirror-gitlab/db/migrate/20151104105513_add_file_to_lfs_objects.rb

6 lines
124 B
Ruby
Raw Normal View History

2018-12-23 12:14:25 +05:30
class AddFileToLfsObjects < ActiveRecord::Migration[4.2]
2015-11-26 14:37:03 +05:30
def change
add_column :lfs_objects, :file, :string
end
end