X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/55aafbb07904ca24390dd47ea960eae7cb2b909a..36cfafd6e7eae2784c22aefdd9df26783412d42a:/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