1 class AddContainerRuntimeToken < ActiveRecord::Migration
3 add_column :container_requests, :runtime_token, :text, :null => true
4 add_column :containers, :runtime_user_uuid, :text, :null => true
5 add_column :containers, :runtime_auth_scopes, :jsonb, :null => true