Add 'tools/arvbox/' from commit 'd3d368758db1f4a9fa5b89f77b5ee61d68ef5b72'
[arvados.git] / services / api / db / migrate / 20130130205749_add_manifest_text_to_collection.rb
1 class AddManifestTextToCollection < ActiveRecord::Migration
2   def change
3     add_column :collections, :manifest_text, :text
4   end
5 end