Merge branch '15964-fix-docs' refs #15964
[arvados.git] / services / api / db / migrate / 20130626002829_add_is_active_to_users.rb
index 602c9ec564f7642126bdc2d733d276cefd136b24..91a69b3b68816f39445a38d7d81af7e9eff25c95 100644 (file)
@@ -1,4 +1,8 @@
-class AddIsActiveToUsers < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddIsActiveToUsers < ActiveRecord::Migration[4.2]
   def change
     add_column :users, :is_active, :boolean, :default => false
   end