Sha256: 6997c42402e1c548e70c28a877d0dccbf77a12971884ae34c80c38648e4facc0
Contents?: true
Size: 192 Bytes
Versions: 25
Compression:
Stored size: 192 Bytes
Contents
class AddOvalContentToOvalPolicy < ActiveRecord::Migration[6.0] def change add_column :foreman_openscap_oval_policies, :oval_content_id, :integer, :references => :oval_content end end
Version data entries
25 entries across 25 versions & 1 rubygems