6 lines
141 B
Ruby
6 lines
141 B
Ruby
# rubocop:disable all
|
|
class AddFileToLfsObjects < ActiveRecord::Migration
|
|
def change
|
|
add_column :lfs_objects, :file, :string
|
|
end
|
|
end
|