X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/16f704326f44fd1e5e5e60b936c9b5895d6a6ff8..a7631a1ccb6e2a6925d00a06562e171c4ce4ea2f:/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 4d8e1d2c5a..c316e92d84 100644 --- a/services/api/db/migrate/20130627184333_create_humans.rb +++ b/services/api/db/migrate/20130627184333_create_humans.rb @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0 -class CreateHumans < ActiveRecord::Migration +class CreateHumans < ActiveRecord::Migration[4.2] def change create_table :humans do |t| t.string :uuid, :null => false