debian-mirror-gitlab/db/migrate/20151104105513_add_file_to_lfs_objects.rb
2019-02-15 15:39:39 +05:30

6 lines
124 B
Ruby

class AddFileToLfsObjects < ActiveRecord::Migration[4.2]
def change
add_column :lfs_objects, :file, :string
end
end