Sha256: 7c775ead86d89b7b7f1f338c3c9ccae61409ba08708a17ee04be426974b3f357
Contents?: true
Size: 369 Bytes
Versions: 33
Compression:
Stored size: 369 Bytes
Contents
class CreateScaptimonyPolicyRevisions < ActiveRecord::Migration 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
33 entries across 33 versions & 1 rubygems