X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/43773cb247a1fb744b57070b715bfa5d53a00822..dee79c4cf4eb34d80b925168e76d1114dfc02c2a:/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