Merge branch '15296-cwl-cancel-procs' closes #15296
[arvados.git] / services / api / db / migrate / 20130626022810_activate_all_admins.rb
index c86530d5c80fef15d8cc5965d7a36d4db003804d..eb88373121eb01e4ab643e70a2845a46c829ac54 100644 (file)
@@ -1,4 +1,8 @@
-class ActivateAllAdmins < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class ActivateAllAdmins < ActiveRecord::Migration[4.2]
   def up
     User.update_all({is_active: true}, ['is_admin=?', true])
   end