Merge branch '15522-arvmount-ops-encoding'
[arvados.git] / services / api / db / migrate / 20130113214204_add_index_to_collections_and_metadata.rb
index 78499e4b4a9277543468fe31ea92275c7c2b56e2..23fd6c37f7a93582c0462ae057a43b6e561be4dc 100644 (file)
@@ -1,4 +1,8 @@
-class AddIndexToCollectionsAndMetadata < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddIndexToCollectionsAndMetadata < ActiveRecord::Migration[4.2]
   def up
     add_index :collections, :uuid, :unique => true
     add_index :metadata, :uuid, :unique => true