Sha256: 74dba33ab68d79088b465a3ad438ef834784f7cd849c83ecc5c976ae73ed0945

Contents?: true

Size: 269 Bytes

Versions: 1

Compression:

Stored size: 269 Bytes

Contents

class AddProfileToScaptimonyPolicies < ActiveRecord::Migration
  def change
    #add_reference :scaptimony_policies, :scap_content_profile, index: true
    add_column :scaptimony_policies, :scap_content_profile_id, :integer, references: :scap_content_profile
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
scaptimony-0.2.0 db/migrate/20141116171305_add_profile_to_scaptimony_policies.rb