Merge branch '15522-arvmount-ops-encoding'
[arvados.git] / services / api / db / migrate / 20170824202826_trashable_groups.rb
index 6d2a09aeab5cd227633f2f16c814ed8d1e3ffab2..81a4722652552a686c90da4921bf9e2ee72098b6 100644 (file)
@@ -1,4 +1,8 @@
-class TrashableGroups < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class TrashableGroups < ActiveRecord::Migration[4.2]
   def up
     add_column :groups, :trash_at, :datetime
     add_index(:groups, :trash_at)