X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1fc1bc4348ea3a1168f6d7bd3391f2449e30d181..d10a66b66edc088d33bad52aebd7cac0a6e9ce49:/services/api/db/migrate/20140811184643_collection_use_regular_uuids.rb diff --git a/services/api/db/migrate/20140811184643_collection_use_regular_uuids.rb b/services/api/db/migrate/20140811184643_collection_use_regular_uuids.rb index e5b509c8f5..fd9054c060 100644 --- a/services/api/db/migrate/20140811184643_collection_use_regular_uuids.rb +++ b/services/api/db/migrate/20140811184643_collection_use_regular_uuids.rb @@ -5,7 +5,6 @@ class CollectionUseRegularUuids < ActiveRecord::Migration add_column :collections, :properties, :text add_column :collections, :expire_time, :date remove_column :collections, :locator - add_column :jobs, :name, :string say_with_time "Step 1. Move manifest hashes into portable_data_hash field" do ActiveRecord::Base.connection.execute("update collections set portable_data_hash=uuid, uuid=null")