spree_purchase_order 3.6.0 → 3.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/spree_purchase_order/version.rb +1 -1
- data/spec/dummy/db/migrate/20191113195709_create_active_storage_tables.active_storage.rb +27 -0
- data/spec/dummy/db/migrate/{20180516181839_spree_one_two.spree.rb → 20191113195710_spree_one_two.spree.rb} +36 -36
- data/spec/dummy/db/migrate/{20180516181840_spree_promo_one_two.spree.rb → 20191113195711_spree_promo_one_two.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20180516181841_add_tax_rate_label.spree.rb → 20191113195712_add_tax_rate_label.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181842_add_toggle_tax_rate_display.spree.rb → 20191113195713_add_toggle_tax_rate_display.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181843_remove_unused_preference_columns.spree.rb → 20191113195714_remove_unused_preference_columns.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181844_add_lock_version_to_variant.spree.rb → 20191113195715_add_lock_version_to_variant.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181845_add_states_required_to_countries.spree.rb → 20191113195716_add_states_required_to_countries.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181846_add_on_demand_to_product_and_variant.spree.rb → 20191113195717_add_on_demand_to_product_and_variant.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181847_remove_not_null_constraint_from_products_on_hand.spree.rb → 20191113195718_remove_not_null_constraint_from_products_on_hand.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181848_split_prices_from_variants.spree.rb → 20191113195719_split_prices_from_variants.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181849_remove_not_null_from_spree_prices_amount.spree.rb → 20191113195720_remove_not_null_from_spree_prices_amount.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181850_add_currency_to_line_items.spree.rb → 20191113195721_add_currency_to_line_items.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181851_add_currency_to_orders.spree.rb → 20191113195722_add_currency_to_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181852_add_cost_currency_to_variants.spree.rb → 20191113195723_add_cost_currency_to_variants.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181853_remove_display_on_from_payment_methods.spree.rb → 20191113195724_remove_display_on_from_payment_methods.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181854_add_position_to_taxonomies.spree.rb → 20191113195725_add_position_to_taxonomies.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181855_add_last_ip_to_spree_orders.spree.rb → 20191113195726_add_last_ip_to_spree_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181856_add_state_to_spree_adjustments.spree.rb → 20191113195727_add_state_to_spree_adjustments.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181857_add_display_on_to_spree_payment_methods.spree.rb → 20191113195728_add_display_on_to_spree_payment_methods.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181858_add_position_to_product_properties.spree.rb → 20191113195729_add_position_to_product_properties.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181859_add_identifier_to_spree_payments.spree.rb → 20191113195730_add_identifier_to_spree_payments.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181860_add_order_id_index_to_payments.spree.rb → 20191113195731_add_order_id_index_to_payments.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181861_add_primary_to_spree_products_taxons.spree.rb → 20191113195732_add_primary_to_spree_products_taxons.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181862_create_spree_stock_items.spree.rb → 20191113195733_create_spree_stock_items.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20180516181863_create_spree_stock_locations.spree.rb → 20191113195734_create_spree_stock_locations.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20180516181864_create_default_stock.spree.rb → 20191113195735_create_default_stock.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181865_add_order_id_index_to_shipments.spree.rb → 20191113195736_add_order_id_index_to_shipments.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181866_change_meta_description_on_spree_products_to_text.spree.rb → 20191113195737_change_meta_description_on_spree_products_to_text.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181867_add_stock_location_id_to_spree_shipments.spree.rb → 20191113195738_add_stock_location_id_to_spree_shipments.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181868_add_pending_to_inventory_unit.spree.rb → 20191113195739_add_pending_to_inventory_unit.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181869_remove_on_demand_from_product_and_variant.spree.rb → 20191113195740_remove_on_demand_from_product_and_variant.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181870_create_shipping_method_zone.spree.rb → 20191113195741_create_shipping_method_zone.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181871_remove_shipping_category_id_from_shipping_method.spree.rb → 20191113195742_remove_shipping_category_id_from_shipping_method.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181872_create_shipping_method_categories.spree.rb → 20191113195743_create_shipping_method_categories.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20180516181873_add_tracking_url_to_spree_shipping_methods.spree.rb → 20191113195744_add_tracking_url_to_spree_shipping_methods.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181874_create_spree_shipping_rates.spree.rb → 20191113195745_create_spree_shipping_rates.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20180516181875_remove_category_match_attributes_from_shipping_method.spree.rb → 20191113195746_remove_category_match_attributes_from_shipping_method.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181876_create_stock_movements.spree.rb → 20191113195747_create_stock_movements.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20180516181877_add_address_fields_to_stock_location.spree.rb → 20191113195748_add_address_fields_to_stock_location.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181878_add_active_field_to_stock_locations.spree.rb → 20191113195749_add_active_field_to_stock_locations.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181879_add_backorderable_to_stock_item.spree.rb → 20191113195750_add_backorderable_to_stock_item.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181880_add_default_quantity_to_stock_movement.spree.rb → 20191113195751_add_default_quantity_to_stock_movement.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181881_add_source_and_destination_to_stock_movements.spree.rb → 20191113195752_add_source_and_destination_to_stock_movements.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181882_change_orders_total_precision.spree.rb → 20191113195753_change_orders_total_precision.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181883_change_spree_payments_amount_precision.spree.rb → 20191113195754_change_spree_payments_amount_precision.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181884_change_spree_return_authorization_amount_precision.spree.rb → 20191113195755_change_spree_return_authorization_amount_precision.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181885_change_adjustments_amount_precision.spree.rb → 20191113195756_change_adjustments_amount_precision.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181886_add_originator_to_stock_movement.spree.rb → 20191113195757_add_originator_to_stock_movement.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181887_drop_source_and_destination_from_stock_movement.spree.rb → 20191113195758_drop_source_and_destination_from_stock_movement.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181888_migrate_inventory_unit_sold_to_on_hand.spree.rb → 20191113195759_migrate_inventory_unit_sold_to_on_hand.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181889_add_stock_location_to_rma.spree.rb → 20191113195760_add_stock_location_to_rma.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181890_update_shipment_state_for_canceled_orders.spree.rb → 20191113195761_update_shipment_state_for_canceled_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181891_add_seo_metas_to_taxons.spree.rb → 20191113195762_add_seo_metas_to_taxons.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181892_remove_stock_item_and_variant_lock.spree.rb → 20191113195763_remove_stock_item_and_variant_lock.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181893_add_name_to_spree_credit_cards.spree.rb → 20191113195764_add_name_to_spree_credit_cards.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181894_update_name_fields_on_spree_credit_cards.spree.rb → 20191113195765_update_name_fields_on_spree_credit_cards.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181895_add_index_to_source_columns_on_adjustments.spree.rb → 20191113195766_add_index_to_source_columns_on_adjustments.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181896_update_adjustment_states.spree.rb → 20191113195767_update_adjustment_states.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181897_add_shipping_rates_to_shipments.spree.rb → 20191113195768_add_shipping_rates_to_shipments.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181898_create_spree_stock_transfers.spree.rb → 20191113195769_create_spree_stock_transfers.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20180516181899_drop_products_count_on_hand.spree.rb → 20191113195770_drop_products_count_on_hand.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181900_set_default_shipping_rate_cost.spree.rb → 20191113195771_set_default_shipping_rate_cost.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181901_add_number_to_stock_transfer.spree.rb → 20191113195772_add_number_to_stock_transfer.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181902_add_sku_index_to_spree_variants.spree.rb → 20191113195773_add_sku_index_to_spree_variants.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181903_add_backorderable_default_to_spree_stock_location.spree.rb → 20191113195774_add_backorderable_default_to_spree_stock_location.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181904_add_propage_all_variants_to_spree_stock_location.spree.rb → 20191113195775_add_propage_all_variants_to_spree_stock_location.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181905_rename_shipping_methods_zones_to_spree_shipping_methods_zones.spree.rb → 20191113195776_rename_shipping_methods_zones_to_spree_shipping_methods_zones.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181906_add_user_id_index_to_spree_orders.spree.rb → 20191113195777_add_user_id_index_to_spree_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181907_add_updated_at_to_spree_countries.spree.rb → 20191113195778_add_updated_at_to_spree_countries.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181908_add_updated_at_to_spree_states.spree.rb → 20191113195779_add_updated_at_to_spree_states.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181909_add_cvv_result_code_and_cvv_result_message_to_spree_payments.spree.rb → 20191113195780_add_cvv_result_code_and_cvv_result_message_to_spree_payments.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181910_add_unique_index_to_permalink_on_spree_products.spree.rb → 20191113195781_add_unique_index_to_permalink_on_spree_products.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181911_add_unique_index_to_orders_shipments_and_stock_transfers.spree.rb → 20191113195782_add_unique_index_to_orders_shipments_and_stock_transfers.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181912_add_deleted_at_to_spree_tax_rates.spree.rb → 20191113195783_add_deleted_at_to_spree_tax_rates.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181913_remove_lock_version_from_inventory_units.spree.rb → 20191113195784_remove_lock_version_from_inventory_units.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181914_add_cost_price_to_line_item.spree.rb → 20191113195785_add_cost_price_to_line_item.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181915_set_backorderable_to_default_to_false.spree.rb → 20191113195786_set_backorderable_to_default_to_false.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181916_add_created_by_id_to_spree_orders.spree.rb → 20191113195787_add_created_by_id_to_spree_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181917_index_completed_at_on_spree_orders.spree.rb → 20191113195788_index_completed_at_on_spree_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181918_add_tax_category_id_to_spree_line_items.spree.rb → 20191113195789_add_tax_category_id_to_spree_line_items.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181919_migrate_tax_categories_to_line_items.spree.rb → 20191113195790_migrate_tax_categories_to_line_items.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181920_drop_spree_mail_methods.spree.rb → 20191113195791_drop_spree_mail_methods.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181921_set_default_stock_location_on_shipments.spree.rb → 20191113195792_set_default_stock_location_on_shipments.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181922_upgrade_adjustments.spree.rb → 20191113195793_upgrade_adjustments.spree.rb} +6 -0
- data/spec/dummy/db/migrate/{20180516181923_rename_adjustment_fields.spree.rb → 20191113195794_rename_adjustment_fields.spree.rb} +6 -0
- data/spec/dummy/db/migrate/{20180516181924_add_admin_name_column_to_spree_shipping_methods.spree.rb → 20191113195795_add_admin_name_column_to_spree_shipping_methods.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181925_add_admin_name_column_to_spree_stock_locations.spree.rb → 20191113195796_add_admin_name_column_to_spree_stock_locations.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181926_add_shipment_total_to_spree_orders.spree.rb → 20191113195797_add_shipment_total_to_spree_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181927_expand_order_number_size.spree.rb → 20191113195798_expand_order_number_size.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181928_rename_activators_to_promotions.spree.rb → 20191113195799_rename_activators_to_promotions.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181929_add_adjustment_total_to_line_items.spree.rb → 20191113195800_add_adjustment_total_to_line_items.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181930_add_adjustment_total_to_shipments.spree.rb → 20191113195801_add_adjustment_total_to_shipments.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181931_add_depth_to_spree_taxons.spree.rb → 20191113195802_add_depth_to_spree_taxons.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181932_add_tax_total_to_line_items_shipments_and_orders.spree.rb → 20191113195803_add_tax_total_to_line_items_shipments_and_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181933_add_shipping_category_to_shipping_methods_and_products.spree.rb → 20191113195804_add_shipping_category_to_shipping_methods_and_products.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181934_migrate_old_shipping_calculators.spree.rb → 20191113195805_migrate_old_shipping_calculators.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181935_add_code_to_spree_promotion_rules.spree.rb → 20191113195806_add_code_to_spree_promotion_rules.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181936_change_states_required_for_countries.spree.rb → 20191113195807_change_states_required_for_countries.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181937_add_deleted_at_to_spree_stock_items.spree.rb → 20191113195808_add_deleted_at_to_spree_stock_items.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181938_remove_promotions_event_name_field.spree.rb → 20191113195809_remove_promotions_event_name_field.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181939_add_promo_total_to_line_items_and_shipments_and_orders.spree.rb → 20191113195810_add_promo_total_to_line_items_and_shipments_and_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181940_remove_unused_credit_card_fields.spree.rb → 20191113195811_remove_unused_credit_card_fields.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181941_add_track_inventory_to_variant.spree.rb → 20191113195812_add_track_inventory_to_variant.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181942_add_tax_category_to_variants.spree.rb → 20191113195813_add_tax_category_to_variants.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181943_add_channel_to_spree_orders.spree.rb → 20191113195814_add_channel_to_spree_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181944_add_included_to_adjustments.spree.rb → 20191113195815_add_included_to_adjustments.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181945_rename_tax_total_fields.spree.rb → 20191113195816_rename_tax_total_fields.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181946_add_line_item_id_to_spree_inventory_units.spree.rb → 20191113195817_add_line_item_id_to_spree_inventory_units.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181947_add_updated_at_to_variants.spree.rb → 20191113195818_add_updated_at_to_variants.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181948_add_position_to_classifications.spree.rb → 20191113195819_add_position_to_classifications.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181949_create_spree_orders_promotions.spree.rb → 20191113195820_create_spree_orders_promotions.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181950_unique_shipping_method_categories.spree.rb → 20191113195821_unique_shipping_method_categories.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181951_add_item_count_to_spree_orders.spree.rb → 20191113195822_add_item_count_to_spree_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181952_remove_value_type_from_spree_preferences.spree.rb → 20191113195823_remove_value_type_from_spree_preferences.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181953_rename_permalink_to_slug_for_products.spree.rb → 20191113195824_rename_permalink_to_slug_for_products.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181954_add_index_to_variant_id_and_currency_on_prices.spree.rb → 20191113195825_add_index_to_variant_id_and_currency_on_prices.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181955_rename_activator_id_in_rules_and_actions_to_promotion_id.spree.rb → 20191113195826_rename_activator_id_in_rules_and_actions_to_promotion_id.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181956_add_deleted_at_to_spree_prices.spree.rb → 20191113195827_add_deleted_at_to_spree_prices.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181957_add_approver_id_and_approved_at_to_orders.spree.rb → 20191113195828_add_approver_id_and_approved_at_to_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181958_add_confirmation_delivered_to_spree_orders.spree.rb → 20191113195829_add_confirmation_delivered_to_spree_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181959_add_auto_capture_to_payment_methods.spree.rb → 20191113195830_add_auto_capture_to_payment_methods.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181960_create_spree_payment_capture_events.spree.rb → 20191113195831_create_spree_payment_capture_events.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20180516181961_add_uncaptured_amount_to_payments.spree.rb → 20191113195832_add_uncaptured_amount_to_payments.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181962_default_variant_weight_to_zero.spree.rb → 20191113195833_default_variant_weight_to_zero.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181963_add_tax_category_id_to_shipping_methods.spree.rb → 20191113195834_add_tax_category_id_to_shipping_methods.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181964_add_tax_rate_id_to_shipping_rates.spree.rb → 20191113195835_add_tax_rate_id_to_shipping_rates.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181965_add_pre_tax_amount_to_line_items_and_shipments.spree.rb → 20191113195836_add_pre_tax_amount_to_line_items_and_shipments.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181966_add_more_indexes.spree.rb → 20191113195837_add_more_indexes.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181967_add_considered_risky_to_orders.spree.rb → 20191113195838_add_considered_risky_to_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181968_add_preference_store_to_everything.spree.rb → 20191113195839_add_preference_store_to_everything.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181969_add_user_id_to_spree_credit_cards.spree.rb → 20191113195840_add_user_id_to_spree_credit_cards.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181970_migrate_old_preferences.spree.rb → 20191113195841_migrate_old_preferences.spree.rb} +5 -1
- data/spec/dummy/db/migrate/{20180516181971_create_spree_stores.spree.rb → 20191113195842_create_spree_stores.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20180516181972_create_store_from_preferences.spree.rb → 20191113195843_create_store_from_preferences.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181973_add_timestamps_to_spree_assets.spree.rb → 20191113195844_add_timestamps_to_spree_assets.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181974_create_spree_taxons_promotion_rules.spree.rb → 20191113195845_create_spree_taxons_promotion_rules.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181975_add_additional_store_fields.spree.rb → 20191113195846_add_additional_store_fields.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181976_add_many_missing_indexes.spree.rb → 20191113195847_add_many_missing_indexes.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181977_correct_some_polymorphic_index_and_add_more_missing.spree.rb → 20191113195848_correct_some_polymorphic_index_and_add_more_missing.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181978_add_user_id_created_by_id_index_to_order.spree.rb → 20191113195849_add_user_id_created_by_id_index_to_order.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181979_change_spree_price_amount_precision.spree.rb → 20191113195850_change_spree_price_amount_precision.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181980_add_token_to_spree_orders.spree.rb → 20191113195851_add_token_to_spree_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181981_move_order_token_from_tokenized_permission.spree.rb → 20191113195852_move_order_token_from_tokenized_permission.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181982_set_shipment_total_for_users_upgrading.spree.rb → 20191113195853_set_shipment_total_for_users_upgrading.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181983_drop_credit_card_first_name_and_last_name.spree.rb → 20191113195854_drop_credit_card_first_name_and_last_name.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181984_add_deleted_at_to_spree_promotion_actions.spree.rb → 20191113195855_add_deleted_at_to_spree_promotion_actions.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181985_remove_uncaptured_amount_from_spree_payments.spree.rb → 20191113195856_remove_uncaptured_amount_from_spree_payments.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181986_create_spree_refunds.spree.rb → 20191113195857_create_spree_refunds.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20180516181987_create_spree_return_authorization_inventory_unit.spree.rb → 20191113195858_create_spree_return_authorization_inventory_unit.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20180516181988_rename_return_authorization_inventory_unit_to_return_items.spree.rb → 20191113195859_rename_return_authorization_inventory_unit_to_return_items.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181989_backfill_line_item_pre_tax_amount.spree.rb → 20191113195860_backfill_line_item_pre_tax_amount.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181990_recreate_spree_return_authorizations.spree.rb → 20191113195861_recreate_spree_return_authorizations.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181991_add_amount_fields_to_return_items.spree.rb → 20191113195862_add_amount_fields_to_return_items.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181992_drop_return_authorization_amount.spree.rb → 20191113195863_drop_return_authorization_amount.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181993_create_spree_return_authorization_reasons.spree.rb → 20191113195864_create_spree_return_authorization_reasons.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20180516181994_create_spree_refund_reasons.spree.rb → 20191113195865_create_spree_refund_reasons.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20180516181995_rename_return_authorization_reason.spree.rb → 20191113195866_rename_return_authorization_reason.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181996_create_spree_promotion_categories.spree.rb → 20191113195867_create_spree_promotion_categories.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20180516181997_drop_received_at_on_return_items.spree.rb → 20191113195868_drop_received_at_on_return_items.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181998_add_reception_and_acceptance_status_to_return_items.spree.rb → 20191113195869_add_reception_and_acceptance_status_to_return_items.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516181999_create_default_refund_reason.spree.rb → 20191113195870_create_default_refund_reason.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182000_add_default_to_spree_stock_locations.spree.rb → 20191113195871_add_default_to_spree_stock_locations.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182001_create_spree_customer_returns.spree.rb → 20191113195872_create_spree_customer_returns.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20180516182002_add_customer_return_id_to_return_item.spree.rb → 20191113195873_add_customer_return_id_to_return_item.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182003_create_friendly_id_slugs.spree.rb → 20191113195874_create_friendly_id_slugs.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182004_rename_spree_refund_return_authorization_id.spree.rb → 20191113195875_rename_spree_refund_return_authorization_id.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182005_increase_return_item_pre_tax_amount_precision.spree.rb → 20191113195876_increase_return_item_pre_tax_amount_precision.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182006_copy_product_slugs_to_slug_history.spree.rb → 20191113195877_copy_product_slugs_to_slug_history.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182007_create_spree_reimbursements.spree.rb → 20191113195878_create_spree_reimbursements.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20180516182008_add_promotionable_to_spree_products.spree.rb → 20191113195879_add_promotionable_to_spree_products.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182009_add_exchange_inventory_unit_foreign_keys.spree.rb → 20191113195880_add_exchange_inventory_unit_foreign_keys.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182010_add_acceptance_status_errors_to_return_item.spree.rb → 20191113195881_add_acceptance_status_errors_to_return_item.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182011_create_spree_reimbursement_types.spree.rb → 20191113195882_create_spree_reimbursement_types.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20180516182012_add_default_to_shipment_cost.spree.rb → 20191113195883_add_default_to_shipment_cost.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182013_add_default_to_spree_credit_cards.spree.rb → 20191113195884_add_default_to_spree_credit_cards.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182014_make_existing_credit_cards_default.spree.rb → 20191113195885_make_existing_credit_cards_default.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182015_add_type_to_reimbursement_type.spree.rb → 20191113195886_add_type_to_reimbursement_type.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182016_create_spree_reimbursement_credits.spree.rb → 20191113195887_create_spree_reimbursement_credits.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182017_add_meta_title_to_spree_products.spree.rb → 20191113195888_add_meta_title_to_spree_products.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182018_add_kind_to_zone.spree.rb → 20191113195889_add_kind_to_zone.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182019_add_code_to_spree_tax_categories.spree.rb → 20191113195890_add_code_to_spree_tax_categories.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182020_default_pre_tax_amount_should_be_zero.spree.rb → 20191113195891_default_pre_tax_amount_should_be_zero.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182021_add_code_to_spree_shipping_methods.spree.rb → 20191113195892_add_code_to_spree_shipping_methods.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182022_add_cancel_audit_fields_to_spree_orders.spree.rb → 20191113195893_add_cancel_audit_fields_to_spree_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182023_add_store_id_to_orders.spree.rb → 20191113195894_add_store_id_to_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182024_create_spree_taxons_prototypes.spree.rb → 20191113195895_create_spree_taxons_prototypes.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182025_add_state_lock_version_to_order.spree.rb → 20191113195896_add_state_lock_version_to_order.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182026_add_counter_cache_from_spree_variants_to_spree_stock_items.spree.rb → 20191113195897_add_counter_cache_from_spree_variants_to_spree_stock_items.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182027_fix_adjustment_order_presence.spree.rb → 20191113195898_fix_adjustment_order_presence.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182028_update_classifications_positions.spree.rb → 20191113195899_update_classifications_positions.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182029_add_guest_token_index_to_spree_orders.spree.rb → 20191113195900_add_guest_token_index_to_spree_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182030_remove_token_permissions_table.spree.rb → 20191113195901_remove_token_permissions_table.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182031_remove_extra_products_slug_index.spree.rb → 20191113195902_remove_extra_products_slug_index.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182032_update_product_slug_index.spree.rb → 20191113195903_update_product_slug_index.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182033_rename_identifier_to_number_for_payment.spree.rb → 20191113195904_rename_identifier_to_number_for_payment.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182034_create_spree_store_credits.spree.rb → 20191113195905_create_spree_store_credits.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20180516182035_create_spree_store_credit_categories.spree.rb → 20191113195906_create_spree_store_credit_categories.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20180516182036_create_spree_store_credit_events.spree.rb → 20191113195907_create_spree_store_credit_events.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20180516182037_create_spree_store_credit_types.spree.rb → 20191113195908_create_spree_store_credit_types.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20180516182038_remove_environment_from_payment_method.spree.rb → 20191113195909_remove_environment_from_payment_method.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182039_add_resellable_to_return_items.spree.rb → 20191113195910_add_resellable_to_return_items.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182040_add_code_to_spree_promotion_categories.spree.rb → 20191113195911_add_code_to_spree_promotion_categories.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182041_remove_environment_from_tracker.spree.rb → 20191113195912_remove_environment_from_tracker.spree.rb} +2 -0
- data/spec/dummy/db/migrate/{20180516182042_remove_spree_configurations.spree.rb → 20191113195913_remove_spree_configurations.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182043_add_index_to_spree_stock_items_variant_id.spree.rb → 20191113195914_add_index_to_spree_stock_items_variant_id.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182044_ensure_payments_have_numbers.spree.rb → 20191113195915_ensure_payments_have_numbers.spree.rb} +6 -2
- data/spec/dummy/db/migrate/{20180516182045_add_missing_indexes_on_spree_tables.spree.rb → 20191113195916_add_missing_indexes_on_spree_tables.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182046_remove_duplicated_indexes_from_multi_columns.spree.rb → 20191113195917_remove_duplicated_indexes_from_multi_columns.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182047_remove_user_index_from_spree_state_changes.spree.rb → 20191113195918_remove_user_index_from_spree_state_changes.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182048_fix_adjustment_order_id.spree.rb → 20191113195919_fix_adjustment_order_id.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182049_add_position_to_spree_payment_methods.spree.rb → 20191113195920_add_position_to_spree_payment_methods.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182050_add_deleted_at_to_friendly_id_slugs.spree.rb → 20191113195921_add_deleted_at_to_friendly_id_slugs.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182051_increase_scale_on_pre_tax_amounts.spree.rb → 20191113195922_increase_scale_on_pre_tax_amounts.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182052_add_taxable_adjustment_total_to_line_item.spree.rb → 20191113195923_add_taxable_adjustment_total_to_line_item.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182053_migrate_payment_methods_display.spree.rb → 20191113195924_migrate_payment_methods_display.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182054_enable_acts_as_paranoid_on_calculators.spree.rb → 20191113195925_enable_acts_as_paranoid_on_calculators.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182055_spree_payment_method_store_credits.spree.rb → 20191113195926_spree_payment_method_store_credits.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182056_rename_has_and_belongs_to_associations_to_model_names.spree.rb → 20191113195927_rename_has_and_belongs_to_associations_to_model_names.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182057_spree_store_credit_types.spree.rb → 20191113195928_spree_store_credit_types.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182058_add_discontinued_to_products_and_variants.spree.rb → 20191113195929_add_discontinued_to_products_and_variants.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182059_remove_shipping_method_id_from_spree_orders.spree.rb → 20191113195930_remove_shipping_method_id_from_spree_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182060_add_id_column_to_earlier_habtm_tables.spree.rb → 20191113195931_add_id_column_to_earlier_habtm_tables.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182061_add_indexes.spree.rb → 20191113195932_add_indexes.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182062_remove_counter_cache_from_spree_variants_to_spree_stock_items.spree.rb → 20191113195933_remove_counter_cache_from_spree_variants_to_spree_stock_items.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182063_acts_as_taggable_on_spree_migration.spree.rb → 20191113195934_acts_as_taggable_on_spree_migration.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182064_change_collation_for_spree_tag_names.spree.rb → 20191113195935_change_collation_for_spree_tag_names.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20180516182065_add_missing_indexes_to_spree_taggings.spree.rb → 20191113195936_add_missing_indexes_to_spree_taggings.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182066_add_zipcode_required_to_spree_countries.spree.rb → 20191113195937_add_zipcode_required_to_spree_countries.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182067_add_created_at_to_variant.spree.rb → 20191113195938_add_created_at_to_variant.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516182068_add_null_false_to_spree_variants_timestamps.spree.rb → 20191113195939_add_null_false_to_spree_variants_timestamps.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516191805_add_quantity_to_inventory_units.spree.rb → 20191113195940_add_quantity_to_inventory_units.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516191806_add_original_return_item_id_to_spree_inventory_units.spree.rb → 20191113195941_add_original_return_item_id_to_spree_inventory_units.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516191807_add_unique_index_on_number_to_spree_orders.spree.rb → 20191113195942_add_unique_index_on_number_to_spree_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516191808_add_unique_index_on_number_to_spree_stock_transfer.spree.rb → 20191113195943_add_unique_index_on_number_to_spree_stock_transfer.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516191809_add_unique_index_on_number_to_spree_shipment.spree.rb → 20191113195944_add_unique_index_on_number_to_spree_shipment.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516191810_add_unique_index_on_number_to_spree_payments.spree.rb → 20191113195945_add_unique_index_on_number_to_spree_payments.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516191811_add_unique_index_on_number_to_spree_return_authorizations.spree.rb → 20191113195946_add_unique_index_on_number_to_spree_return_authorizations.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516191812_add_unique_index_on_number_to_spree_customer_returns.spree.rb → 20191113195947_add_unique_index_on_number_to_spree_customer_returns.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516191813_add_unique_index_on_number_to_spree_reimbursements.spree.rb → 20191113195948_add_unique_index_on_number_to_spree_reimbursements.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516191814_add_missing_unique_indexes_for_unique_attributes.spree.rb → 20191113195949_add_missing_unique_indexes_for_unique_attributes.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516191815_add_index_on_stock_location_to_spree_customer_returns.spree.rb → 20191113195950_add_index_on_stock_location_to_spree_customer_returns.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516191816_add_index_on_prototype_to_spree_option_type_prototype.spree.rb → 20191113195951_add_index_on_prototype_to_spree_option_type_prototype.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516191817_add_indexes_to_spree_option_value_variant.spree.rb → 20191113195952_add_indexes_to_spree_option_value_variant.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516191818_add_index_on_promotion_id_to_order_promotions.spree.rb → 20191113195953_add_index_on_promotion_id_to_order_promotions.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516191819_add_indexes_for_property_prototype.spree.rb → 20191113195954_add_indexes_for_property_prototype.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516191820_add_index_for_prototype_id_to_prototype_taxons.spree.rb → 20191113195955_add_index_for_prototype_id_to_prototype_taxons.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516191821_add_indexes_to_refunds.spree.rb → 20191113195956_add_indexes_to_refunds.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516191822_add_indexes_to_reimbursement_credits.spree.rb → 20191113195957_add_indexes_to_reimbursement_credits.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516191823_add_indexes_to_return_authorizations.spree.rb → 20191113195958_add_indexes_to_return_authorizations.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516191824_add_indexes_to_return_items.spree.rb → 20191113195959_add_indexes_to_return_items.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516191825_add_index_to_role_users.spree.rb → 20191113195960_add_index_to_role_users.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516191826_add_index_to_shipping_method_categories.spree.rb → 20191113195961_add_index_to_shipping_method_categories.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516191827_add_index_to_shipping_method_zones.spree.rb → 20191113195962_add_index_to_shipping_method_zones.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516191828_add_index_to_spree_shipping_rates.spree.rb → 20191113195963_add_index_to_spree_shipping_rates.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516191829_add_index_to_spree_stock_items.spree.rb → 20191113195964_add_index_to_spree_stock_items.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516191830_add_index_to_spree_stock_movement.spree.rb → 20191113195965_add_index_to_spree_stock_movement.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516191831_change_indexes_on_friendly_id_slugs.spree.rb → 20191113195966_change_indexes_on_friendly_id_slugs.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516191832_add_analytics_kind_to_spree_trackers.spree.rb → 20191113195967_add_analytics_kind_to_spree_trackers.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20180516191833_rename_tracker_kind_field.spree.rb → 20191113195968_rename_tracker_kind_field.spree.rb} +0 -0
- data/spec/dummy/db/migrate/20191113195969_remove_icon_from_taxons.spree.rb +9 -0
- data/spec/dummy/db/migrate/{20180516202854_add_unique_index_on_spree_promotions_code.spree.rb → 20191113195970_add_unique_index_on_spree_promotions_code.spree.rb} +0 -0
- data/spec/dummy/db/migrate/20191113195971_rename_guest_token_to_token_in_orders.spree.rb +6 -0
- data/spec/dummy/db/migrate/20191113195972_add_timestamps_to_spree_prices.spree.rb +13 -0
- data/spec/dummy/db/migrate/20191113195973_add_deleted_at_to_spree_credit_cards.spree.rb +7 -0
- data/spec/dummy/db/migrate/{20180516182069_create_spree_purchase_orders.spree_purchase_order.rb → 20191113195974_create_spree_purchase_orders.spree_purchase_order.rb} +1 -1
- data/spec/dummy/db/migrate/{20180516182070_add_payment_method_id_to_spree_purchase_orders.spree_purchase_order.rb → 20191113195975_add_payment_method_id_to_spree_purchase_orders.spree_purchase_order.rb} +1 -1
- data/spec/dummy/db/migrate/{20180516182071_add_user_id_to_spree_purchase_orders.spree_purchase_order.rb → 20191113195976_add_user_id_to_spree_purchase_orders.spree_purchase_order.rb} +1 -1
- data/spec/dummy/db/schema.rb +1 -1034
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +0 -0
- data/spec/dummy/log/test.log +2874 -34412
- data/spec/dummy/tmp/cache/17E/D61/spree%2Fapp_configuration%2Fdefault_seo_title +1 -1
- data/spec/dummy/tmp/cache/334/AA1/spree%2Fapp_configuration%2Fdefault_meta_keywords +1 -1
- data/spec/dummy/tmp/cache/3A0/291/spree%2Fapp_configuration%2Faddress_requires_phone +1 -1
- data/spec/dummy/tmp/cache/3A7/4A1/spree%2Fapp_configuration%2Faddress_requires_state +1 -1
- data/spec/dummy/tmp/cache/460/D81/spree%2Fapp_configuration%2Fdefault_meta_description +1 -1
- data/spec/dummy/tmp/cache/DD9/320/spree%2Fapp_configuration%2Fsite_url +1 -1
- data/spec/dummy/tmp/cache/DDD/2D0/spree%2Fapp_configuration%2Fcurrency +1 -1
- data/spec/dummy/tmp/cache/E27/320/spree%2Fapp_configuration%2Fsite_name +1 -1
- data/spec/dummy/tmp/cache/E9B/7F0/spree%2Fapp_configuration%2Fmails_from +1 -1
- data/spec/factories/purchase_orders.rb +23 -23
- metadata +574 -564
- data/spec/dummy/db/migrate/20180516202853_remove_icon_from_taxons.spree.rb +0 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 587b1d8b33756e35806432b0deacf3331cb9a2eba991357b2f2f5589e1dae1b7
|
4
|
+
data.tar.gz: 26b225d283e34bee9d6fa33b95be118ee1bb6e6f2cfed09f8d4e70bb0e71cdeb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e88e2aa10041b77f2ab80ea458ac4198b46821e0ec6b888c83c89d9dd75453355e9abd2eef0b64c24d055082f9ee2d17d82f417ec9b267c608b0d53b49937d34
|
7
|
+
data.tar.gz: 7267024083453a24cd8c71ec8988d0fa32473af6cd34bca67a8c428fda2858dfa3602f8d6af3cb93b72f1491b66118566f28afc9f9c139ceb5f731b8f6a23d8f
|
@@ -0,0 +1,27 @@
|
|
1
|
+
# This migration comes from active_storage (originally 20170806125915)
|
2
|
+
class CreateActiveStorageTables < ActiveRecord::Migration[5.2]
|
3
|
+
def change
|
4
|
+
create_table :active_storage_blobs do |t|
|
5
|
+
t.string :key, null: false
|
6
|
+
t.string :filename, null: false
|
7
|
+
t.string :content_type
|
8
|
+
t.text :metadata
|
9
|
+
t.bigint :byte_size, null: false
|
10
|
+
t.string :checksum, null: false
|
11
|
+
t.datetime :created_at, null: false
|
12
|
+
|
13
|
+
t.index [ :key ], unique: true
|
14
|
+
end
|
15
|
+
|
16
|
+
create_table :active_storage_attachments do |t|
|
17
|
+
t.string :name, null: false
|
18
|
+
t.references :record, null: false, polymorphic: true, index: false
|
19
|
+
t.references :blob, null: false
|
20
|
+
|
21
|
+
t.datetime :created_at, null: false
|
22
|
+
|
23
|
+
t.index [ :record_type, :record_id, :name, :blob_id ], name: "index_active_storage_attachments_uniqueness", unique: true
|
24
|
+
t.foreign_key :active_storage_blobs, column: :blob_id
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
@@ -19,7 +19,7 @@ class SpreeOneTwo < ActiveRecord::Migration[4.2]
|
|
19
19
|
t.string :code
|
20
20
|
t.boolean :advertise, default: false
|
21
21
|
t.string :path
|
22
|
-
t.timestamps null: false
|
22
|
+
t.timestamps null: false, precision: 6
|
23
23
|
end
|
24
24
|
|
25
25
|
create_table :spree_addresses do |t|
|
@@ -35,7 +35,7 @@ class SpreeOneTwo < ActiveRecord::Migration[4.2]
|
|
35
35
|
t.string :company
|
36
36
|
t.references :state
|
37
37
|
t.references :country
|
38
|
-
t.timestamps null: false
|
38
|
+
t.timestamps null: false, precision: 6
|
39
39
|
end
|
40
40
|
|
41
41
|
add_index :spree_addresses, [:firstname], name: 'index_addresses_on_firstname'
|
@@ -50,7 +50,7 @@ class SpreeOneTwo < ActiveRecord::Migration[4.2]
|
|
50
50
|
t.boolean :mandatory
|
51
51
|
t.boolean :locked
|
52
52
|
t.boolean :eligible, default: true
|
53
|
-
t.timestamps null: false
|
53
|
+
t.timestamps null: false, precision: 6
|
54
54
|
end
|
55
55
|
|
56
56
|
add_index :spree_adjustments, [:adjustable_id], name: 'index_adjustments_on_order_id'
|
@@ -74,13 +74,13 @@ class SpreeOneTwo < ActiveRecord::Migration[4.2]
|
|
74
74
|
create_table :spree_calculators do |t|
|
75
75
|
t.string :type
|
76
76
|
t.references :calculable, polymorphic: true
|
77
|
-
t.timestamps null: false
|
77
|
+
t.timestamps null: false, precision: 6
|
78
78
|
end
|
79
79
|
|
80
80
|
create_table :spree_configurations do |t|
|
81
81
|
t.string :name
|
82
82
|
t.string :type, limit: 50
|
83
|
-
t.timestamps null: false
|
83
|
+
t.timestamps null: false, precision: 6
|
84
84
|
end
|
85
85
|
|
86
86
|
add_index :spree_configurations, [:name, :type], name: 'index_spree_configurations_on_name_and_type'
|
@@ -106,7 +106,7 @@ class SpreeOneTwo < ActiveRecord::Migration[4.2]
|
|
106
106
|
t.references :address
|
107
107
|
t.string :gateway_customer_profile_id
|
108
108
|
t.string :gateway_payment_profile_id
|
109
|
-
t.timestamps null: false
|
109
|
+
t.timestamps null: false, precision: 6
|
110
110
|
end
|
111
111
|
|
112
112
|
create_table :spree_gateways do |t|
|
@@ -117,7 +117,7 @@ class SpreeOneTwo < ActiveRecord::Migration[4.2]
|
|
117
117
|
t.string :environment, default: 'development'
|
118
118
|
t.string :server, default: 'test'
|
119
119
|
t.boolean :test_mode, default: true
|
120
|
-
t.timestamps null: false
|
120
|
+
t.timestamps null: false, precision: 6
|
121
121
|
end
|
122
122
|
|
123
123
|
create_table :spree_inventory_units do |t|
|
@@ -127,7 +127,7 @@ class SpreeOneTwo < ActiveRecord::Migration[4.2]
|
|
127
127
|
t.references :order
|
128
128
|
t.references :shipment
|
129
129
|
t.references :return_authorization
|
130
|
-
t.timestamps null: false
|
130
|
+
t.timestamps null: false, precision: 6
|
131
131
|
end
|
132
132
|
|
133
133
|
add_index :spree_inventory_units, [:order_id], name: 'index_inventory_units_on_order_id'
|
@@ -139,7 +139,7 @@ class SpreeOneTwo < ActiveRecord::Migration[4.2]
|
|
139
139
|
t.references :order
|
140
140
|
t.integer :quantity, null: false
|
141
141
|
t.decimal :price, precision: 8, scale: 2, null: false
|
142
|
-
t.timestamps null: false
|
142
|
+
t.timestamps null: false, precision: 6
|
143
143
|
end
|
144
144
|
|
145
145
|
add_index :spree_line_items, [:order_id], name: 'index_spree_line_items_on_order_id'
|
@@ -148,20 +148,20 @@ class SpreeOneTwo < ActiveRecord::Migration[4.2]
|
|
148
148
|
create_table :spree_log_entries do |t|
|
149
149
|
t.references :source, polymorphic: true
|
150
150
|
t.text :details
|
151
|
-
t.timestamps null: false
|
151
|
+
t.timestamps null: false, precision: 6
|
152
152
|
end
|
153
153
|
|
154
154
|
create_table :spree_mail_methods do |t|
|
155
155
|
t.string :environment
|
156
156
|
t.boolean :active, default: true
|
157
|
-
t.timestamps null: false
|
157
|
+
t.timestamps null: false, precision: 6
|
158
158
|
end
|
159
159
|
|
160
160
|
create_table :spree_option_types do |t|
|
161
161
|
t.string :name, limit: 100
|
162
162
|
t.string :presentation, limit: 100
|
163
163
|
t.integer :position, default: 0, null: false
|
164
|
-
t.timestamps null: false
|
164
|
+
t.timestamps null: false, precision: 6
|
165
165
|
end
|
166
166
|
|
167
167
|
create_table :spree_option_types_prototypes, id: false do |t|
|
@@ -174,7 +174,7 @@ class SpreeOneTwo < ActiveRecord::Migration[4.2]
|
|
174
174
|
t.string :name
|
175
175
|
t.string :presentation
|
176
176
|
t.references :option_type
|
177
|
-
t.timestamps null: false
|
177
|
+
t.timestamps null: false, precision: 6
|
178
178
|
end
|
179
179
|
|
180
180
|
create_table :spree_option_values_variants, id: false do |t|
|
@@ -201,7 +201,7 @@ class SpreeOneTwo < ActiveRecord::Migration[4.2]
|
|
201
201
|
t.string :payment_state
|
202
202
|
t.string :email
|
203
203
|
t.text :special_instructions
|
204
|
-
t.timestamps null: false
|
204
|
+
t.timestamps null: false, precision: 6
|
205
205
|
end
|
206
206
|
|
207
207
|
add_index :spree_orders, [:number], name: 'index_spree_orders_on_number'
|
@@ -214,7 +214,7 @@ class SpreeOneTwo < ActiveRecord::Migration[4.2]
|
|
214
214
|
t.string :environment, default: 'development'
|
215
215
|
t.datetime :deleted_at
|
216
216
|
t.string :display_on
|
217
|
-
t.timestamps null: false
|
217
|
+
t.timestamps null: false, precision: 6
|
218
218
|
end
|
219
219
|
|
220
220
|
create_table :spree_payments do |t|
|
@@ -225,7 +225,7 @@ class SpreeOneTwo < ActiveRecord::Migration[4.2]
|
|
225
225
|
t.string :state
|
226
226
|
t.string :response_code
|
227
227
|
t.string :avs_response
|
228
|
-
t.timestamps null: false
|
228
|
+
t.timestamps null: false, precision: 6
|
229
229
|
end
|
230
230
|
|
231
231
|
create_table :spree_preferences do |t|
|
@@ -234,7 +234,7 @@ class SpreeOneTwo < ActiveRecord::Migration[4.2]
|
|
234
234
|
t.text :value
|
235
235
|
t.string :key
|
236
236
|
t.string :value_type
|
237
|
-
t.timestamps null: false
|
237
|
+
t.timestamps null: false, precision: 6
|
238
238
|
end
|
239
239
|
|
240
240
|
add_index :spree_preferences, [:key], name: 'index_spree_preferences_on_key', unique: true
|
@@ -243,14 +243,14 @@ class SpreeOneTwo < ActiveRecord::Migration[4.2]
|
|
243
243
|
t.integer :position
|
244
244
|
t.references :product
|
245
245
|
t.references :option_type
|
246
|
-
t.timestamps null: false
|
246
|
+
t.timestamps null: false, precision: 6
|
247
247
|
end
|
248
248
|
|
249
249
|
create_table :spree_product_properties do |t|
|
250
250
|
t.string :value
|
251
251
|
t.references :product
|
252
252
|
t.references :property
|
253
|
-
t.timestamps null: false
|
253
|
+
t.timestamps null: false, precision: 6
|
254
254
|
end
|
255
255
|
|
256
256
|
add_index :spree_product_properties, [:product_id], name: 'index_product_properties_on_product_id'
|
@@ -266,7 +266,7 @@ class SpreeOneTwo < ActiveRecord::Migration[4.2]
|
|
266
266
|
t.references :tax_category
|
267
267
|
t.references :shipping_category
|
268
268
|
t.integer :count_on_hand, default: 0, null: false
|
269
|
-
t.timestamps null: false
|
269
|
+
t.timestamps null: false, precision: 6
|
270
270
|
end
|
271
271
|
|
272
272
|
add_index :spree_products, [:available_on], name: 'index_spree_products_on_available_on'
|
@@ -285,7 +285,7 @@ class SpreeOneTwo < ActiveRecord::Migration[4.2]
|
|
285
285
|
create_table :spree_properties do |t|
|
286
286
|
t.string :name
|
287
287
|
t.string :presentation, null: false
|
288
|
-
t.timestamps null: false
|
288
|
+
t.timestamps null: false, precision: 6
|
289
289
|
end
|
290
290
|
|
291
291
|
create_table :spree_properties_prototypes, id: false do |t|
|
@@ -295,7 +295,7 @@ class SpreeOneTwo < ActiveRecord::Migration[4.2]
|
|
295
295
|
|
296
296
|
create_table :spree_prototypes do |t|
|
297
297
|
t.string :name
|
298
|
-
t.timestamps null: false
|
298
|
+
t.timestamps null: false, precision: 6
|
299
299
|
end
|
300
300
|
|
301
301
|
create_table :spree_return_authorizations do |t|
|
@@ -304,7 +304,7 @@ class SpreeOneTwo < ActiveRecord::Migration[4.2]
|
|
304
304
|
t.decimal :amount, precision: 8, scale: 2, default: 0.0, null: false
|
305
305
|
t.references :order
|
306
306
|
t.text :reason
|
307
|
-
t.timestamps null: false
|
307
|
+
t.timestamps null: false, precision: 6
|
308
308
|
end
|
309
309
|
|
310
310
|
create_table :spree_roles do |t|
|
@@ -328,14 +328,14 @@ class SpreeOneTwo < ActiveRecord::Migration[4.2]
|
|
328
328
|
t.references :shipping_method
|
329
329
|
t.references :address
|
330
330
|
t.string :state
|
331
|
-
t.timestamps null: false
|
331
|
+
t.timestamps null: false, precision: 6
|
332
332
|
end
|
333
333
|
|
334
334
|
add_index :spree_shipments, [:number], name: 'index_shipments_on_number'
|
335
335
|
|
336
336
|
create_table :spree_shipping_categories do |t|
|
337
337
|
t.string :name
|
338
|
-
t.timestamps null: false
|
338
|
+
t.timestamps null: false, precision: 6
|
339
339
|
end
|
340
340
|
|
341
341
|
create_table :spree_shipping_methods do |t|
|
@@ -347,7 +347,7 @@ class SpreeOneTwo < ActiveRecord::Migration[4.2]
|
|
347
347
|
t.boolean :match_all
|
348
348
|
t.boolean :match_one
|
349
349
|
t.datetime :deleted_at
|
350
|
-
t.timestamps null: false
|
350
|
+
t.timestamps null: false, precision: 6
|
351
351
|
end
|
352
352
|
|
353
353
|
create_table :spree_state_changes do |t|
|
@@ -357,7 +357,7 @@ class SpreeOneTwo < ActiveRecord::Migration[4.2]
|
|
357
357
|
t.references :user
|
358
358
|
t.string :stateful_type
|
359
359
|
t.string :next_state
|
360
|
-
t.timestamps null: false
|
360
|
+
t.timestamps null: false, precision: 6
|
361
361
|
end
|
362
362
|
|
363
363
|
create_table :spree_states do |t|
|
@@ -371,7 +371,7 @@ class SpreeOneTwo < ActiveRecord::Migration[4.2]
|
|
371
371
|
t.string :description
|
372
372
|
t.boolean :is_default, default: false
|
373
373
|
t.datetime :deleted_at
|
374
|
-
t.timestamps null: false
|
374
|
+
t.timestamps null: false, precision: 6
|
375
375
|
end
|
376
376
|
|
377
377
|
create_table :spree_tax_rates do |t|
|
@@ -379,12 +379,12 @@ class SpreeOneTwo < ActiveRecord::Migration[4.2]
|
|
379
379
|
t.references :zone
|
380
380
|
t.references :tax_category
|
381
381
|
t.boolean :included_in_price, default: false
|
382
|
-
t.timestamps null: false
|
382
|
+
t.timestamps null: false, precision: 6
|
383
383
|
end
|
384
384
|
|
385
385
|
create_table :spree_taxonomies do |t|
|
386
386
|
t.string :name, null: false
|
387
|
-
t.timestamps null: false
|
387
|
+
t.timestamps null: false, precision: 6
|
388
388
|
end
|
389
389
|
|
390
390
|
create_table :spree_taxons do |t|
|
@@ -400,7 +400,7 @@ class SpreeOneTwo < ActiveRecord::Migration[4.2]
|
|
400
400
|
t.integer :icon_file_size
|
401
401
|
t.datetime :icon_updated_at
|
402
402
|
t.text :description
|
403
|
-
t.timestamps null: false
|
403
|
+
t.timestamps null: false, precision: 6
|
404
404
|
end
|
405
405
|
|
406
406
|
add_index :spree_taxons, [:parent_id], name: 'index_taxons_on_parent_id'
|
@@ -410,7 +410,7 @@ class SpreeOneTwo < ActiveRecord::Migration[4.2]
|
|
410
410
|
create_table :spree_tokenized_permissions, force: true do |t|
|
411
411
|
t.references :permissable, polymorphic: true
|
412
412
|
t.string :token
|
413
|
-
t.timestamps null: false
|
413
|
+
t.timestamps null: false, precision: 6
|
414
414
|
end
|
415
415
|
|
416
416
|
add_index :spree_tokenized_permissions, [:permissable_id, :permissable_type], name: 'index_tokenized_name_and_type'
|
@@ -419,7 +419,7 @@ class SpreeOneTwo < ActiveRecord::Migration[4.2]
|
|
419
419
|
t.string :environment
|
420
420
|
t.string :analytics_id
|
421
421
|
t.boolean :active, default: true
|
422
|
-
t.timestamps null: false
|
422
|
+
t.timestamps null: false, precision: 6
|
423
423
|
end
|
424
424
|
|
425
425
|
create_table :spree_users do |t|
|
@@ -445,7 +445,7 @@ class SpreeOneTwo < ActiveRecord::Migration[4.2]
|
|
445
445
|
t.datetime :locked_at
|
446
446
|
t.datetime :remember_created_at
|
447
447
|
t.datetime :reset_password_sent_at
|
448
|
-
t.timestamps null: false
|
448
|
+
t.timestamps null: false, precision: 6
|
449
449
|
end
|
450
450
|
|
451
451
|
create_table :spree_variants do |t|
|
@@ -468,7 +468,7 @@ class SpreeOneTwo < ActiveRecord::Migration[4.2]
|
|
468
468
|
create_table :spree_zone_members do |t|
|
469
469
|
t.references :zoneable, polymorphic: true
|
470
470
|
t.references :zone
|
471
|
-
t.timestamps null: false
|
471
|
+
t.timestamps null: false, precision: 6
|
472
472
|
end
|
473
473
|
|
474
474
|
create_table :spree_zones do |t|
|
@@ -476,7 +476,7 @@ class SpreeOneTwo < ActiveRecord::Migration[4.2]
|
|
476
476
|
t.string :description
|
477
477
|
t.boolean :default_tax, default: false
|
478
478
|
t.integer :zone_members_count, default: 0
|
479
|
-
t.timestamps null: false
|
479
|
+
t.timestamps null: false, precision: 6
|
480
480
|
end
|
481
481
|
end
|
482
482
|
end
|
@@ -29,7 +29,7 @@ class SpreePromoOneTwo < ActiveRecord::Migration[4.2]
|
|
29
29
|
t.references :user
|
30
30
|
t.references :product_group
|
31
31
|
t.string :type
|
32
|
-
t.timestamps null: false
|
32
|
+
t.timestamps null: false, precision: 6
|
33
33
|
end
|
34
34
|
|
35
35
|
add_index :spree_promotion_rules, [:product_group_id], name: 'index_promotion_rules_on_product_group_id'
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -7,7 +7,7 @@ class CreateSpreeStockItems < ActiveRecord::Migration[4.2]
|
|
7
7
|
t.integer :count_on_hand, null: false, default: 0
|
8
8
|
t.integer :lock_version
|
9
9
|
|
10
|
-
t.timestamps null: false
|
10
|
+
t.timestamps null: false, precision: 6
|
11
11
|
end
|
12
12
|
add_index :spree_stock_items, :stock_location_id
|
13
13
|
add_index :spree_stock_items, [:stock_location_id, :variant_id], name: 'stock_item_by_loc_and_var_id'
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -5,7 +5,7 @@ class CreateShippingMethodCategories < ActiveRecord::Migration[4.2]
|
|
5
5
|
t.integer :shipping_method_id, null: false
|
6
6
|
t.integer :shipping_category_id, null: false
|
7
7
|
|
8
|
-
t.timestamps null: false
|
8
|
+
t.timestamps null: false, precision: 6
|
9
9
|
end
|
10
10
|
|
11
11
|
add_index :spree_shipping_method_categories, :shipping_method_id
|