X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2d4263c16812a906589cbc13be26535a85691bd8..469ea187586ea8017e26874c2d80414ce7571fae:/services/api/db/migrate/20130319235957_add_default_owner_to_users.rb diff --git a/services/api/db/migrate/20130319235957_add_default_owner_to_users.rb b/services/api/db/migrate/20130319235957_add_default_owner_to_users.rb index 712267afa4..feb5b3efeb 100644 --- a/services/api/db/migrate/20130319235957_add_default_owner_to_users.rb +++ b/services/api/db/migrate/20130319235957_add_default_owner_to_users.rb @@ -1,4 +1,8 @@ -class AddDefaultOwnerToUsers < ActiveRecord::Migration +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class AddDefaultOwnerToUsers < ActiveRecord::Migration[4.2] def change add_column :users, :default_owner, :string end