Sha256: 37c03423c7a673c44761ba1ddf0e8f8f432ff287a8b255cc9e16b4f95825b4ca

Contents?: true

Size: 856 Bytes

Versions: 19

Compression:

Stored size: 856 Bytes

Contents

class RenameHasAndBelongsToAssociationsToModelNames < ActiveRecord::Migration
  def change
    {
      'spree_option_types_prototypes' => 'spree_option_type_prototypes',
      'spree_option_values_variants' => 'spree_option_value_variants',
      'spree_orders_promotions' => 'spree_order_promotions',
      'spree_products_promotion_rules' => 'spree_product_promotion_rules',
      'spree_taxons_promotion_rules' => 'spree_promotion_rule_taxons',
      'spree_promotion_rules_users' => 'spree_promotion_rule_users',
      'spree_properties_prototypes' => 'spree_property_prototypes',
      'spree_taxons_prototypes' => 'spree_prototype_taxons',
      'spree_roles_users' => 'spree_role_users',
      'spree_shipping_methods_zones' => 'spree_shipping_method_zones'
    }.each do |old_name, new_name|
      rename_table old_name, new_name
    end
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
spree_core-3.1.14 db/migrate/20150726141425_rename_has_and_belongs_to_associations_to_model_names.rb
spree_core-3.1.13 db/migrate/20150726141425_rename_has_and_belongs_to_associations_to_model_names.rb
spree_core-3.1.12 db/migrate/20150726141425_rename_has_and_belongs_to_associations_to_model_names.rb
spree_core-3.1.11 db/migrate/20150726141425_rename_has_and_belongs_to_associations_to_model_names.rb
spree_core-3.1.10 db/migrate/20150726141425_rename_has_and_belongs_to_associations_to_model_names.rb
spree_core-3.1.9 db/migrate/20150726141425_rename_has_and_belongs_to_associations_to_model_names.rb
spree_core-3.1.8 db/migrate/20150726141425_rename_has_and_belongs_to_associations_to_model_names.rb
spree_core-3.1.7 db/migrate/20150726141425_rename_has_and_belongs_to_associations_to_model_names.rb
spree_core-3.1.6 db/migrate/20150726141425_rename_has_and_belongs_to_associations_to_model_names.rb
spree_core-3.1.5 db/migrate/20150726141425_rename_has_and_belongs_to_associations_to_model_names.rb
spree_core-3.1.4 db/migrate/20150726141425_rename_has_and_belongs_to_associations_to_model_names.rb
spree_core-3.1.3 db/migrate/20150726141425_rename_has_and_belongs_to_associations_to_model_names.rb
spree_core-3.1.2 db/migrate/20150726141425_rename_has_and_belongs_to_associations_to_model_names.rb
spree_core-3.1.1 db/migrate/20150726141425_rename_has_and_belongs_to_associations_to_model_names.rb
spree_core-3.1.0 db/migrate/20150726141425_rename_has_and_belongs_to_associations_to_model_names.rb
spree_core-3.1.0.rc4 db/migrate/20150726141425_rename_has_and_belongs_to_associations_to_model_names.rb
spree_core-3.1.0.rc3 db/migrate/20150726141425_rename_has_and_belongs_to_associations_to_model_names.rb
spree_core-3.1.0.rc2 db/migrate/20150726141425_rename_has_and_belongs_to_associations_to_model_names.rb
spree_core-3.1.0.rc1 db/migrate/20150726141425_rename_has_and_belongs_to_associations_to_model_names.rb