Sha256: 2ab82bc0c002962a6cdda76bfff38e342ff6c92720899ccf987c688d96a1b4a9
Contents?: true
Size: 374 Bytes
Versions: 72
Compression:
Stored size: 374 Bytes
Contents
class CreateScaptimonyPolicyRevisions < ActiveRecord::Migration[4.2] def change create_table :scaptimony_policy_revisions do |t| t.references :policy, :index => true t.references :scap_content, :index => true t.string :xccdf_profile t.string :period t.string :weekday t.timestamp :active_until t.timestamps end end end
Version data entries
72 entries across 72 versions & 1 rubygems