Sha256: 8c263914dafce3b1a2627140c9792702001b1261e3de36b9289ebd306e27a22a
Contents?: true
Size: 429 Bytes
Versions: 24
Compression:
Stored size: 429 Bytes
Contents
class AddTracerSupport < ActiveRecord::Migration def change create_table :katello_host_tracers do |t| t.references 'host', :null => false, :index => true t.string 'application', :null => false t.string 'helper' t.string 'app_type', :null => false end add_foreign_key "katello_host_tracers", "hosts", :name => "katello_host_trace_host_id", :column => "host_id" end end
Version data entries
24 entries across 24 versions & 1 rubygems