14260: Added runtime_token to container record
[arvados.git] / services / api / db / migrate / 20181011184200_add_runtime_token_to_container.rb
1 class AddRuntimeTokenToContainer < ActiveRecord::Migration
2   def change
3     add_column :containers, :runtime_token, :text, :null => true
4   end
5 end