]> git.arvados.org - arvados.git/blob - services/api/db/migrate/20130107181109_add_uuid_to_collections.rb
Merge branch '14812-wb1-new-config' refs #14812
[arvados.git] / services / api / db / migrate / 20130107181109_add_uuid_to_collections.rb
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 class AddUuidToCollections < ActiveRecord::Migration[4.2]
6   def change
7     add_column :collections, :uuid, :string
8   end
9 end