Sha256: 6e174e56a981167f8087c08c9f47a382c96ac4c413fc7269ad26b0ee0920d15b
Contents?: true
Size: 434 Bytes
Versions: 195
Compression:
Stored size: 434 Bytes
Contents
class AddTracerSupport < ActiveRecord::Migration[4.2] 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
195 entries across 195 versions & 1 rubygems