X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f4ca9ad94a6bb006d1f3c7ba207837f1736d1247..c2aceca339ec3a6f3d853865cebd0efe348ff518:/services/api/db/migrate/20130606183519_create_authorized_keys.rb diff --git a/services/api/db/migrate/20130606183519_create_authorized_keys.rb b/services/api/db/migrate/20130606183519_create_authorized_keys.rb index 52529fe088..d9e4e542bf 100644 --- a/services/api/db/migrate/20130606183519_create_authorized_keys.rb +++ b/services/api/db/migrate/20130606183519_create_authorized_keys.rb @@ -1,4 +1,8 @@ -class CreateAuthorizedKeys < ActiveRecord::Migration +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class CreateAuthorizedKeys < ActiveRecord::Migration[4.2] def change create_table :authorized_keys do |t| t.string :uuid, :null => false