X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/19ae770973482257117fe8ded5619c3018c4b60f..31c66b5b49d05d9a0019bea85112cea6daeb7f1a:/services/api/db/migrate/20130627184333_create_humans.rb diff --git a/services/api/db/migrate/20130627184333_create_humans.rb b/services/api/db/migrate/20130627184333_create_humans.rb index 5051658f72..c316e92d84 100644 --- a/services/api/db/migrate/20130627184333_create_humans.rb +++ b/services/api/db/migrate/20130627184333_create_humans.rb @@ -1,4 +1,8 @@ -class CreateHumans < ActiveRecord::Migration +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class CreateHumans < ActiveRecord::Migration[4.2] def change create_table :humans do |t| t.string :uuid, :null => false