7478: On EC2 driver ask for a spot instance when needed.
[arvados.git] / services / api / db / migrate / 20180514135529_add_container_auth_uuid_index.rb
1 class AddContainerAuthUuidIndex < ActiveRecord::Migration
2   def change
3     add_index :containers, :auth_uuid
4   end
5 end