Sha256: c1a0f30442db28e375d56760254d879bfde2982bba5884c573c08ee39cad3fb3
Contents?: true
Size: 350 Bytes
Versions: 47
Compression:
Stored size: 350 Bytes
Contents
class CreateHostgroupPuppetFacet < ActiveRecord::Migration[6.0] def change create_table :hostgroup_puppet_facets do |t| t.references :hostgroup, foreign_key: true t.references :environment, foreign_key: true t.references :puppet_proxy, foreign_key: { to_table: :smart_proxies } t.timestamps null: true end end end
Version data entries
47 entries across 47 versions & 1 rubygems