X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0f644e242ef37c911ad3dc25aca8135c339de349..d0cdf85679a85998885c154d69dd317bd3396d7c:/services/api/db/migrate/20130107181109_add_uuid_to_collections.rb diff --git a/services/api/db/migrate/20130107181109_add_uuid_to_collections.rb b/services/api/db/migrate/20130107181109_add_uuid_to_collections.rb index 614599bbf8..ee22639463 100644 --- a/services/api/db/migrate/20130107181109_add_uuid_to_collections.rb +++ b/services/api/db/migrate/20130107181109_add_uuid_to_collections.rb @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0 -class AddUuidToCollections < ActiveRecord::Migration +class AddUuidToCollections < ActiveRecord::Migration[4.2] def change add_column :collections, :uuid, :string end