Sha256: 6caabb7d4c8a91c2d4338c56a5c3b4aa04d9fb2fab41dacb42ee0241a67385a0

Contents?: true

Size: 416 Bytes

Versions: 14

Compression:

Stored size: 416 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, [:scap_content_id, :profile_id],
      :unique => true, :name => :index_scaptimony_scap_content_profiles_scipi
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
foreman_openscap-0.7.1 db/migrate/20141113221054_create_scaptimony_scap_content_profiles.rb
foreman_openscap-0.6.7 db/migrate/20141113221054_create_scaptimony_scap_content_profiles.rb
foreman_openscap-0.7.0 db/migrate/20141113221054_create_scaptimony_scap_content_profiles.rb
foreman_openscap-0.6.6 db/migrate/20141113221054_create_scaptimony_scap_content_profiles.rb
foreman_openscap-0.6.5 db/migrate/20141113221054_create_scaptimony_scap_content_profiles.rb
foreman_openscap-0.6.4 db/migrate/20141113221054_create_scaptimony_scap_content_profiles.rb
foreman_openscap-0.6.3 db/migrate/20141113221054_create_scaptimony_scap_content_profiles.rb
foreman_openscap-0.6.2 db/migrate/20141113221054_create_scaptimony_scap_content_profiles.rb
foreman_openscap-0.6.1 db/migrate/20141113221054_create_scaptimony_scap_content_profiles.rb
foreman_openscap-0.6.0 db/migrate/20141113221054_create_scaptimony_scap_content_profiles.rb
foreman_openscap-0.5.4 db/migrate/20141113221054_create_scaptimony_scap_content_profiles.rb
foreman_openscap-0.5.3 db/migrate/20141113221054_create_scaptimony_scap_content_profiles.rb
foreman_openscap-0.5.2 db/migrate/20141113221054_create_scaptimony_scap_content_profiles.rb
foreman_openscap-0.5.1 db/migrate/20141113221054_create_scaptimony_scap_content_profiles.rb