Merge branch '15522-arvmount-ops-encoding'
[arvados.git] / services / api / db / migrate / 20130313175417_rename_projects_to_groups.rb
index 868dfe781454b1d4cdb9b8542aaa8b9bcc357ce1..0e916218522927d04c9b46d5d11fe6c4b222a9ca 100644 (file)
@@ -1,4 +1,8 @@
-class RenameProjectsToGroups < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class RenameProjectsToGroups < ActiveRecord::Migration[4.2]
   def up
     rename_table :projects, :groups
     rename_index :groups, :index_projects_on_created_at, :index_groups_on_created_at