Sha256: e8df86a79cad45680cd5cdb8e139cf1d001bd3916085b613879bfed4adfb1933

Contents?: true

Size: 353 Bytes

Versions: 2

Compression:

Stored size: 353 Bytes

Contents

class CreateSpreePromotionRulesAffiliates < ActiveRecord::Migration
  def change
    create_table :spree_affiliates_promotion_rules do |t|
      t.integer :affiliate_id
      t.integer :promotion_rule_id
    end
    add_index :spree_affiliates_promotion_rules, :affiliate_id
    add_index :spree_affiliates_promotion_rules, :promotion_rule_id
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spree_reffiliate-2.4.1 db/migrate/20140912003727_create_spree_promotion_rules_affiliates.rb
spree_reffiliate-2.3.1 db/migrate/20140912003727_create_spree_promotion_rules_affiliates.rb