3036: Test fixing work in progress.
[arvados.git] / services / api / db / migrate / 20140811184643_collection_use_regular_uuids.rb
index e5b509c8f54b9d8be3529087ea941da5dd8b7c65..fd9054c0602c7570ed24bd76bd35249bb5619439 100644 (file)
@@ -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")