X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/964ab3dd90ff1508efc0c77378cde2b3a4da1029..b16f84a8c5562cd5c3939e8c445dc86df2be2d4b:/services/api/db/migrate/20130626002829_add_is_active_to_users.rb diff --git a/services/api/db/migrate/20130626002829_add_is_active_to_users.rb b/services/api/db/migrate/20130626002829_add_is_active_to_users.rb index 602c9ec564..754ae6a44f 100644 --- a/services/api/db/migrate/20130626002829_add_is_active_to_users.rb +++ b/services/api/db/migrate/20130626002829_add_is_active_to_users.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + class AddIsActiveToUsers < ActiveRecord::Migration def change add_column :users, :is_active, :boolean, :default => false