Merge branch '15296-cwl-cancel-procs' closes #15296
[arvados.git] / services / api / db / migrate / 20130612042554_add_name_unique_index_to_repositories.rb
index c8958fbee4f78f808563435fe6e4ee572b6b869c..fb62439723cfaf28eab75285e2bf8671b887025c 100644 (file)
@@ -1,4 +1,8 @@
-class AddNameUniqueIndexToRepositories < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddNameUniqueIndexToRepositories < ActiveRecord::Migration[4.2]
   def up
     remove_index :repositories, :name
     add_index :repositories, :name, :unique => true