Merge branch '15296-cwl-cancel-procs' closes #15296
[arvados.git] / services / api / db / migrate / 20160209155729_add_uuid_to_api_token_search_index.rb
index 1bbc16ae978273054f8ef88cc3577f1092c05de5..c8a8b5c4457c5011d434f6bc6c2a22991c37802b 100644 (file)
@@ -1,4 +1,8 @@
-class AddUuidToApiTokenSearchIndex < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddUuidToApiTokenSearchIndex < ActiveRecord::Migration[4.2]
   def up
     begin
       remove_index :api_client_authorizations, :name => 'api_client_authorizations_search_index'