8784: Fix test for latest firefox.
[arvados.git] / services / api / db / migrate / 20151229214707_add_exit_code_to_containers.rb
1 class AddExitCodeToContainers < ActiveRecord::Migration
2   def change
3     add_column :containers, :exit_code, :integer
4   end
5 end