Merge branch 'master' into 15106-trgm-text-search
[arvados.git] / services / api / db / migrate / 20130125220425_rename_created_by_to_owner.rb
index f7dae6e3b5ac7ab860d9c92a794a1eb8ff359936..7be89a178e134d26ab79600ec41ec9cae29ffa7a 100644 (file)
@@ -1,4 +1,8 @@
-class RenameCreatedByToOwner < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class RenameCreatedByToOwner < ActiveRecord::Migration[4.2]
   def tables
     %w{api_clients collections logs metadata nodes pipelines pipeline_invocations projects specimens users}
   end