Merge branch '17004-properties-on-output' refs #17004
[arvados.git] / services / api / db / migrate / 20180313180114_change_container_priority_bigint.rb
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 class ChangeContainerPriorityBigint < ActiveRecord::Migration[4.2]
6   def change
7     change_column :containers, :priority, :integer, limit: 8
8   end
9 end