Sha256: cd0dab38f5c92a3a0635d7ce49978198a254d214774006effadb52f904ca0b7a
Contents?: true
Size: 173 Bytes
Versions: 1
Compression:
Stored size: 173 Bytes
Contents
class AddForeignKeyToHdmProxyId < ActiveRecord::Migration[6.1] def change add_foreign_key :hosts, :smart_proxies, column: :hdm_proxy_id, on_delete: :nullify end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
foreman_hdm-1.0.0 | db/migrate/20240228114101_add_foreign_key_to_hdm_proxy_id.rb |