1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
5 class SetCurrentVersionUuidOnCollections < ActiveRecord::Migration[4.2]
7 # Set the current version uuid as itself
8 Collection.where(current_version_uuid: nil).update_all("current_version_uuid=uuid")