Sha256: f1768eabba6f885098be7b468485cd3c5fcd1dcd03c2aece0bbe5502d1e22d5d

Contents?: true

Size: 247 Bytes

Versions: 116

Compression:

Stored size: 247 Bytes

Contents

class RenameActivatorIdInRulesAndActionsToPromotionId < ActiveRecord::Migration
  def change
    rename_column :spree_promotion_rules, :activator_id, :promotion_id
    rename_column :spree_promotion_actions, :activator_id, :promotion_id
  end
end

Version data entries

116 entries across 116 versions & 2 rubygems

Version Path
spree_core-2.2.7 db/migrate/20140124023232_rename_activator_id_in_rules_and_actions_to_promotion_id.rb
spree_core-2.4.0.rc3 db/migrate/20140124023232_rename_activator_id_in_rules_and_actions_to_promotion_id.rb
spree_core-2.4.0.rc2 db/migrate/20140124023232_rename_activator_id_in_rules_and_actions_to_promotion_id.rb
spree_core-2.4.0.rc1 db/migrate/20140124023232_rename_activator_id_in_rules_and_actions_to_promotion_id.rb
spree_core-2.3.4 db/migrate/20140124023232_rename_activator_id_in_rules_and_actions_to_promotion_id.rb
spree_core-2.2.6 db/migrate/20140124023232_rename_activator_id_in_rules_and_actions_to_promotion_id.rb
spree_core-2.3.3 db/migrate/20140124023232_rename_activator_id_in_rules_and_actions_to_promotion_id.rb
spree_core-2.3.2 db/migrate/20140124023232_rename_activator_id_in_rules_and_actions_to_promotion_id.rb
spree_core-2.2.5 db/migrate/20140124023232_rename_activator_id_in_rules_and_actions_to_promotion_id.rb
spree_core-2.3.1 db/migrate/20140124023232_rename_activator_id_in_rules_and_actions_to_promotion_id.rb
spree_core-2.2.4 db/migrate/20140124023232_rename_activator_id_in_rules_and_actions_to_promotion_id.rb
spree_core-2.2.3 db/migrate/20140124023232_rename_activator_id_in_rules_and_actions_to_promotion_id.rb
spree_core-2.3.0 db/migrate/20140124023232_rename_activator_id_in_rules_and_actions_to_promotion_id.rb
spree_core-2.2.2 db/migrate/20140124023232_rename_activator_id_in_rules_and_actions_to_promotion_id.rb
spree_core-2.2.1 db/migrate/20140124023232_rename_activator_id_in_rules_and_actions_to_promotion_id.rb
spree_core-2.2.0 db/migrate/20140124023232_rename_activator_id_in_rules_and_actions_to_promotion_id.rb