debian-mirror-gitlab/db/migrate/20151104105513_add_file_to_lfs_objects.rb
2016-06-16 23:09:34 +05:30

7 lines
141 B
Ruby

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