Sha256: 948ecb0a10939f38f4cf24af9b77a399b31e6c9690389d96eac601efa43a9e2e
Contents?: true
Size: 343 Bytes
Versions: 98
Compression:
Stored size: 343 Bytes
Contents
class CreateKatelloAgentDispatchHistory < ActiveRecord::Migration[6.0] def change create_table :katello_agent_dispatch_histories do |t| t.integer :host_id, null: false, foreign_key: true t.datetime :accepted_at t.string :dynflow_execution_plan_id t.integer :dynflow_step_id t.text :result end end end
Version data entries
98 entries across 98 versions & 1 rubygems