14873: Adds missing copyright notices
[arvados.git] / services / api / db / migrate / 20181213183234_add_expression_index_to_links.rb
index 2fdf830b2ad4b3acd22bf425f0b620e5cea68d89..e8776a651c8b89393b9c017a56384e36c23a0d29 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class AddExpressionIndexToLinks < ActiveRecord::Migration
   def up
     ActiveRecord::Base.connection.execute 'CREATE INDEX index_links_on_substring_head_uuid on links (substring(head_uuid, 7, 5))'