2411: another pass at adding copyright headers where missing.
[arvados.git] / services / api / db / migrate / 20171027183824_add_index_to_containers.rb
index d90011c7c1db55ccf9d1c679245155c573fe0cca..aa42423a4dbd7ab9dc2d39ad13ca93e14dba485f 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class AddIndexToContainers < ActiveRecord::Migration
   def up
     ActiveRecord::Base.connection.execute("CREATE INDEX index_containers_on_modified_at_uuid ON containers USING btree (modified_at desc, uuid asc)")