13561: Add missing copyright notices on migrations
[arvados.git] / services / api / db / migrate / 20151215134304_fix_containers_index.rb
index e6b83cf0269db1be087a5ff741ff3015d1d306fc..a112bea62840bde9e1eacbeeb1072e36dcbf0e11 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class FixContainersIndex < ActiveRecord::Migration
   def up
     execute "CREATE INDEX container_requests_full_text_search_idx ON container_requests USING gin(#{ContainerRequest.full_text_tsvector});"