Merge branch '15964-fix-docs' refs #15964
[arvados.git] / services / api / db / migrate / 20130326182917_create_commit_ancestors.rb
index 46a8dc62c80179dc7f754061816af39a910b7017..59fc3c253ff4e360225573036974f3ac8ae7a2e6 100644 (file)
@@ -1,4 +1,8 @@
-class CreateCommitAncestors < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class CreateCommitAncestors < ActiveRecord::Migration[4.2]
   def change
     create_table :commit_ancestors do |t|
       t.string :repository_name