1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
5 require 'fix_collection_versions_timestamps'
7 class FixCollectionVersionsTimestamps < ActiveRecord::Migration[5.2]
9 # Defined in a function for easy testing.
10 fix_collection_versions_timestamps
14 # This migration is not reversible. However, the results are
15 # backwards compatible.