Add 'apps/arv-web/' from commit 'f9732ad8460d013c2f28363655d0d1b91894dca5'
[arvados.git] / services / api / db / migrate / 20130107181109_add_uuid_to_collections.rb
1 class AddUuidToCollections < ActiveRecord::Migration
2   def change
3     add_column :collections, :uuid, :string
4   end
5 end