X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0f644e242ef37c911ad3dc25aca8135c339de349..6bf9e1a4b5640f3cdd057810f0c9b8a945bb88bd:/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