Files
codeocean/db/migrate/20141031161603_add_path_to_files.rb

6 lines
113 B
Ruby

class AddPathToFiles < ActiveRecord::Migration[4.2]
def change
add_column :files, :path, :string
end
end