X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0561bd0c3c07257fd58ded6c7cfa5feeae97af57..a7631a1ccb6e2a6925d00a06562e171c4ce4ea2f:/services/api/db/migrate/20130627184333_create_humans.rb?ds=sidebyside 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