Merge branch '15286-fixes'
[arvados.git] / services / api / db / migrate / 20170105160301_add_output_name_to_cr_fts_index.rb
index 9721ead593ce913adf46741b9d10524b8c598045..704be954e31dca46a7a86a815e295ed047800203 100644 (file)
@@ -1,4 +1,8 @@
-class AddOutputNameToCrFtsIndex < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddOutputNameToCrFtsIndex < ActiveRecord::Migration[4.2]
   def up
     t = "container_requests"
     i = "container_requests_full_text_search_idx"