Accept :py3 modifier for any Python suite in interactive mode.
[arvados.git] / services / api / db / migrate / 20180514135529_add_container_auth_uuid_index.rb
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 class AddContainerAuthUuidIndex < ActiveRecord::Migration
6   def change
7     add_index :containers, :auth_uuid
8   end
9 end