X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0f644e242ef37c911ad3dc25aca8135c339de349..d89411bb37c884e60ee14e590407d1856fe1d770:/services/api/db/migrate/20130608053730_create_virtual_machines.rb diff --git a/services/api/db/migrate/20130608053730_create_virtual_machines.rb b/services/api/db/migrate/20130608053730_create_virtual_machines.rb index 97ecb73e95..8a9a74002b 100644 --- a/services/api/db/migrate/20130608053730_create_virtual_machines.rb +++ b/services/api/db/migrate/20130608053730_create_virtual_machines.rb @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0 -class CreateVirtualMachines < ActiveRecord::Migration +class CreateVirtualMachines < ActiveRecord::Migration[4.2] def change create_table :virtual_machines do |t| t.string :uuid, :null => false