Sha256: fbf784cc47b4620a8ab6f4daa0f3aca91a2ae6bb114d8661db200fa56acb0900

Contents?: true

Size: 415 Bytes

Versions: 16

Compression:

Stored size: 415 Bytes

Contents

class CreateScaptimonyScapContentProfiles < ActiveRecord::Migration
  def change
    create_table :scaptimony_scap_content_profiles do |t|
      t.references :scap_content, :index => true
      t.string :profile_id
      t.string :title

    end
    add_index :scaptimony_scap_content_profiles, %i(scap_content_id profile_id),
      :unique => true, :name => :index_scaptimony_scap_content_profiles_scipi
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
foreman_openscap-0.7.13 db/migrate/20141113221054_create_scaptimony_scap_content_profiles.rb
foreman_openscap-0.7.12 db/migrate/20141113221054_create_scaptimony_scap_content_profiles.rb
foreman_openscap-0.7.11 db/migrate/20141113221054_create_scaptimony_scap_content_profiles.rb
foreman_openscap-0.7.10 db/migrate/20141113221054_create_scaptimony_scap_content_profiles.rb
foreman_openscap-0.8.3 db/migrate/20141113221054_create_scaptimony_scap_content_profiles.rb
foreman_openscap-0.7.9 db/migrate/20141113221054_create_scaptimony_scap_content_profiles.rb
foreman_openscap-0.7.8 db/migrate/20141113221054_create_scaptimony_scap_content_profiles.rb
foreman_openscap-0.7.7 db/migrate/20141113221054_create_scaptimony_scap_content_profiles.rb
foreman_openscap-0.8.2 db/migrate/20141113221054_create_scaptimony_scap_content_profiles.rb
foreman_openscap-0.7.6 db/migrate/20141113221054_create_scaptimony_scap_content_profiles.rb
foreman_openscap-0.8.1 db/migrate/20141113221054_create_scaptimony_scap_content_profiles.rb
foreman_openscap-0.7.5 db/migrate/20141113221054_create_scaptimony_scap_content_profiles.rb
foreman_openscap-0.8.0 db/migrate/20141113221054_create_scaptimony_scap_content_profiles.rb
foreman_openscap-0.7.4 db/migrate/20141113221054_create_scaptimony_scap_content_profiles.rb
foreman_openscap-0.7.3 db/migrate/20141113221054_create_scaptimony_scap_content_profiles.rb
foreman_openscap-0.7.2 db/migrate/20141113221054_create_scaptimony_scap_content_profiles.rb