spree_core 4.3.3 → 4.4.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (518) hide show
  1. checksums.yaml +4 -4
  2. data/app/finders/spree/option_values/find_available.rb +9 -1
  3. data/app/finders/spree/products/find.rb +1 -1
  4. data/app/helpers/spree/base_helper.rb +1 -5
  5. data/app/helpers/spree/currency_helper.rb +1 -1
  6. data/app/helpers/spree/products_helper.rb +1 -15
  7. data/app/jobs/spree/base_job.rb +4 -0
  8. data/app/jobs/spree/stock_locations/stock_items/create_job.rb +13 -0
  9. data/app/models/concerns/spree/default_price.rb +1 -1
  10. data/app/models/concerns/spree/display_money.rb +3 -1
  11. data/app/models/concerns/spree/memoized_data.rb +1 -1
  12. data/app/models/concerns/spree/metadata.rb +10 -0
  13. data/app/models/concerns/spree/multi_store_resource.rb +1 -1
  14. data/app/models/concerns/spree/named_type.rb +1 -1
  15. data/app/models/concerns/spree/number_identifier.rb +18 -0
  16. data/app/models/concerns/spree/product_scopes.rb +52 -22
  17. data/app/models/concerns/spree/unique_name.rb +10 -0
  18. data/app/models/concerns/spree/user_methods.rb +9 -0
  19. data/app/models/concerns/spree/user_reporting.rb +1 -1
  20. data/app/models/concerns/spree/user_roles.rb +20 -2
  21. data/app/models/spree/ability.rb +11 -3
  22. data/app/models/spree/address.rb +4 -2
  23. data/app/models/spree/adjustment.rb +1 -0
  24. data/app/models/spree/app_configuration.rb +21 -24
  25. data/app/models/spree/asset.rb +1 -0
  26. data/app/models/spree/base.rb +14 -0
  27. data/app/models/spree/calculator/flat_rate.rb +1 -1
  28. data/app/models/spree/calculator/flexi_rate.rb +1 -1
  29. data/app/models/spree/calculator/price_sack.rb +1 -1
  30. data/app/models/spree/calculator/shipping/digital_delivery.rb +22 -0
  31. data/app/models/spree/calculator/shipping/flat_rate.rb +1 -1
  32. data/app/models/spree/calculator/shipping/flexi_rate.rb +1 -1
  33. data/app/models/spree/calculator/shipping/per_item.rb +1 -1
  34. data/app/models/spree/calculator/shipping/price_sack.rb +1 -1
  35. data/app/models/spree/calculator.rb +1 -1
  36. data/app/models/spree/cms_page.rb +3 -3
  37. data/app/models/spree/cms_section.rb +1 -1
  38. data/app/models/spree/country.rb +4 -2
  39. data/app/models/spree/credit_card.rb +10 -0
  40. data/app/models/spree/customer_return.rb +3 -1
  41. data/app/models/spree/digital.rb +15 -0
  42. data/app/models/spree/digital_link.rb +50 -0
  43. data/app/models/spree/gateway/bogus.rb +4 -0
  44. data/app/models/spree/image/configuration/active_storage.rb +2 -19
  45. data/app/models/spree/legacy_user.rb +1 -0
  46. data/app/models/spree/line_item.rb +11 -3
  47. data/app/models/spree/option_type.rb +4 -4
  48. data/app/models/spree/option_value.rb +2 -0
  49. data/app/models/spree/order/checkout.rb +7 -1
  50. data/app/models/spree/order/digital.rb +33 -0
  51. data/app/models/spree/order/store_credit.rb +0 -8
  52. data/app/models/spree/order.rb +34 -22
  53. data/app/models/spree/order_inventory.rb +1 -1
  54. data/app/models/spree/order_promotion.rb +1 -1
  55. data/app/models/spree/payment/processing.rb +1 -0
  56. data/app/models/spree/payment.rb +25 -4
  57. data/app/models/spree/payment_method.rb +3 -1
  58. data/app/models/spree/preference.rb +2 -1
  59. data/app/models/spree/preferences/configuration.rb +2 -2
  60. data/app/models/spree/preferences/store.rb +1 -1
  61. data/app/models/spree/price.rb +1 -1
  62. data/app/models/spree/product.rb +18 -17
  63. data/app/models/spree/promotion/rules/product.rb +1 -1
  64. data/app/models/spree/promotion.rb +3 -1
  65. data/app/models/spree/promotion_action.rb +1 -1
  66. data/app/models/spree/property.rb +1 -0
  67. data/app/models/spree/prototype.rb +2 -0
  68. data/app/models/spree/refund.rb +2 -0
  69. data/app/models/spree/reimbursement.rb +1 -1
  70. data/app/models/spree/return_authorization.rb +3 -2
  71. data/app/models/spree/return_item.rb +1 -1
  72. data/app/models/spree/role.rb +2 -2
  73. data/app/models/spree/shipment.rb +4 -30
  74. data/app/models/spree/shipping_category.rb +1 -1
  75. data/app/models/spree/shipping_method.rb +2 -0
  76. data/app/models/spree/state.rb +1 -1
  77. data/app/models/spree/stock/quantifier.rb +1 -1
  78. data/app/models/spree/stock/splitter/digital.rb +35 -0
  79. data/app/models/spree/stock_item.rb +2 -2
  80. data/app/models/spree/stock_location.rb +6 -28
  81. data/app/models/spree/stock_movement.rb +3 -0
  82. data/app/models/spree/stock_transfer.rb +3 -6
  83. data/app/models/spree/store.rb +41 -8
  84. data/app/models/spree/store_credit.rb +5 -1
  85. data/app/models/spree/store_credit_category.rb +2 -0
  86. data/app/models/spree/store_credit_event.rb +2 -7
  87. data/app/models/spree/store_credit_type.rb +2 -0
  88. data/app/models/spree/tax_category.rb +3 -1
  89. data/app/models/spree/tax_rate.rb +3 -1
  90. data/app/models/spree/taxon.rb +11 -0
  91. data/app/models/spree/taxon_image/configuration/active_storage.rb +2 -12
  92. data/app/models/spree/taxonomy.rb +7 -0
  93. data/app/models/spree/variant.rb +20 -10
  94. data/app/models/spree/wished_item.rb +29 -0
  95. data/app/models/spree/wishlist.rb +35 -0
  96. data/app/models/spree/zone.rb +8 -6
  97. data/app/services/spree/account/addresses/create.rb +1 -17
  98. data/app/services/spree/account/addresses/update.rb +1 -22
  99. data/app/services/spree/addresses/create.rb +24 -0
  100. data/app/services/spree/addresses/helper.rb +41 -0
  101. data/app/services/spree/addresses/update.rb +27 -0
  102. data/app/services/spree/cart/add_item.rb +4 -2
  103. data/app/services/spree/cart/create.rb +4 -2
  104. data/app/services/spree/cart/update.rb +2 -2
  105. data/app/services/spree/checkout/add_store_credit.rb +4 -1
  106. data/app/services/spree/checkout/select_shipping_method.rb +49 -0
  107. data/app/services/spree/checkout/update.rb +3 -10
  108. data/app/services/spree/line_items/create.rb +20 -0
  109. data/app/services/spree/line_items/destroy.rb +18 -0
  110. data/app/services/spree/line_items/helper.rb +11 -0
  111. data/app/services/spree/line_items/update.rb +17 -0
  112. data/app/services/spree/orders/approve.rb +18 -0
  113. data/app/services/spree/orders/cancel.rb +18 -0
  114. data/app/services/spree/payments/create.rb +66 -0
  115. data/app/services/spree/seeds/all.rb +26 -0
  116. data/app/services/spree/seeds/countries.rb +50 -0
  117. data/app/services/spree/seeds/default_reimbursement_types.rb +12 -0
  118. data/app/services/spree/seeds/roles.rb +11 -0
  119. data/app/services/spree/seeds/shipping_categories.rb +12 -0
  120. data/app/services/spree/seeds/states.rb +72 -0
  121. data/app/services/spree/seeds/stock_locations.rb +18 -0
  122. data/app/services/spree/seeds/store_credit_categories.rb +12 -0
  123. data/app/services/spree/seeds/stores.rb +31 -0
  124. data/app/services/spree/seeds/zones.rb +39 -0
  125. data/app/services/spree/shipments/add_item.rb +32 -0
  126. data/app/services/spree/shipments/change_state.rb +14 -0
  127. data/app/services/spree/shipments/create.rb +48 -0
  128. data/app/services/spree/shipments/helper.rb +23 -0
  129. data/app/services/spree/shipments/remove_item.rb +55 -0
  130. data/app/services/spree/shipments/update.rb +40 -0
  131. data/app/services/spree/stock_locations/stock_items/create.rb +31 -0
  132. data/app/services/spree/wallet/create_payment_source.rb +26 -0
  133. data/app/validators/spree/url_validator.rb +23 -0
  134. data/brakeman.ignore +20 -0
  135. data/config/initializers/active_storage.rb +0 -6
  136. data/config/locales/en.yml +14 -168
  137. data/db/migrate/20210914000000_spree_four_three.rb +1205 -0
  138. data/db/migrate/20210915064321_add_metadata_to_spree_orders.rb +13 -0
  139. data/db/migrate/20210915064322_add_metadata_to_spree_products.rb +13 -0
  140. data/db/migrate/20210915064323_add_metadata_to_spree_variants.rb +13 -0
  141. data/db/migrate/20210915064324_add_metadata_to_spree_line_items.rb +13 -0
  142. data/db/migrate/20210915064325_add_metadata_to_spree_shipments.rb +13 -0
  143. data/db/migrate/20210915064326_add_metadata_to_spree_payments.rb +13 -0
  144. data/db/migrate/20210915064327_add_metadata_to_spree_taxons_and_taxonomies.rb +18 -0
  145. data/db/migrate/20210915064328_add_metadata_to_spree_stock_transfers.rb +13 -0
  146. data/db/migrate/20210915064329_add_metadata_to_spree_multiple_tables.rb +30 -0
  147. data/db/migrate/20210920090344_add_deleted_at_to_spree_stores.rb +8 -0
  148. data/db/migrate/20210921070812_rename_column_access_hash_to_token.rb +8 -0
  149. data/db/migrate/20210921070813_create_spree_wishlists.rb +18 -0
  150. data/db/migrate/20210921070814_create_spree_wished_products.rb +16 -0
  151. data/db/migrate/20210921070815_rename_spree_wished_products_to_spree_wished_items.rb +5 -0
  152. data/db/migrate/20210921090344_add_unique_stock_item_stock_location_variant_deleted_at_index.rb +5 -0
  153. data/db/migrate/20210929090344_create_stock_item_stock_location_id_variant_id_coalesce_deleted_at_unique_index.rb +32 -0
  154. data/db/migrate/20210929091444_create_spree_digital_links.rb +13 -0
  155. data/db/migrate/20210929093238_create_spree_digitals.rb +9 -0
  156. data/db/migrate/20210930143043_rename_secret_to_token_on_spree_digital_links.rb +5 -0
  157. data/db/migrate/20210930155649_add_settings_to_spree_stores.rb +11 -0
  158. data/db/seeds.rb +1 -5
  159. data/lib/generators/spree/dummy/dummy_generator.rb +1 -1
  160. data/lib/generators/spree/dummy/templates/rails/database.yml +20 -18
  161. data/{app/models/spree → lib/spree/core}/app_dependencies.rb +32 -4
  162. data/lib/spree/core/controller_helpers/auth.rb +4 -4
  163. data/lib/spree/core/controller_helpers/common.rb +15 -1
  164. data/lib/spree/core/controller_helpers/currency.rb +1 -1
  165. data/lib/spree/core/engine.rb +10 -4
  166. data/lib/spree/core/importer/product.rb +1 -1
  167. data/lib/spree/core/number_generator.rb +0 -2
  168. data/lib/spree/core/version.rb +1 -1
  169. data/lib/spree/core.rb +21 -13
  170. data/lib/spree/money.rb +2 -2
  171. data/lib/spree/permitted_attributes.rb +31 -13
  172. data/lib/spree/testing_support/authorization_helpers.rb +3 -1
  173. data/lib/spree/testing_support/capybara_config.rb +14 -19
  174. data/lib/spree/testing_support/capybara_ext.rb +1 -6
  175. data/lib/spree/testing_support/common_rake.rb +22 -4
  176. data/lib/spree/testing_support/factories/asset_factory.rb +15 -0
  177. data/lib/spree/testing_support/factories/cms_section_factory.rb +2 -2
  178. data/lib/spree/testing_support/factories/digital_factory.rb +10 -0
  179. data/lib/spree/testing_support/factories/digital_link_factory.rb +6 -0
  180. data/lib/spree/testing_support/factories/log_entry_factory.rb +6 -0
  181. data/lib/spree/testing_support/factories/order_factory.rb +4 -1
  182. data/lib/spree/testing_support/factories/payment_capture_event_factory.rb +6 -0
  183. data/lib/spree/testing_support/factories/payment_factory.rb +3 -3
  184. data/lib/spree/testing_support/factories/promotion_action_factory.rb +5 -0
  185. data/lib/spree/testing_support/factories/reimbursement_credit_factory.rb +7 -0
  186. data/lib/spree/testing_support/factories/shipping_rate_factory.rb +7 -0
  187. data/lib/spree/testing_support/factories/state_change_factory.rb +8 -0
  188. data/lib/spree/testing_support/factories/stock_item_factory.rb +7 -0
  189. data/lib/spree/testing_support/factories/stock_location_factory.rb +1 -1
  190. data/lib/spree/testing_support/factories/stock_transfer_factory.rb +9 -0
  191. data/lib/spree/testing_support/factories/store_credit_factory.rb +1 -1
  192. data/lib/spree/testing_support/factories/store_credit_type_factory.rb +5 -0
  193. data/lib/spree/testing_support/factories/tax_rate_factory.rb +1 -0
  194. data/lib/spree/testing_support/factories/user_factory.rb +2 -0
  195. data/lib/spree/testing_support/factories/wished_variant_factory.rb +6 -0
  196. data/lib/spree/testing_support/factories/wishlist_factory.rb +18 -0
  197. data/lib/spree/testing_support/jobs.rb +9 -0
  198. data/lib/tasks/core.rake +4 -4
  199. data/spree_core.gemspec +2 -1
  200. metadata +104 -324
  201. data/app/models/spree/order_contents.rb +0 -31
  202. data/app/services/spree/account/addresses/helper.rb +0 -43
  203. data/app/services/spree/build_localized_redirect_url.rb +0 -101
  204. data/db/default/spree/countries.rb +0 -24
  205. data/db/default/spree/default_reimbursement_type.rb +0 -1
  206. data/db/default/spree/roles.rb +0 -2
  207. data/db/default/spree/states.rb +0 -49
  208. data/db/default/spree/store_credit_categories.rb +0 -1
  209. data/db/default/spree/stores.rb +0 -21
  210. data/db/default/spree/zones.rb +0 -29
  211. data/db/migrate/20120831092320_spree_one_two.rb +0 -481
  212. data/db/migrate/20120831092359_spree_promo_one_two.rb +0 -45
  213. data/db/migrate/20120905145253_add_tax_rate_label.rb +0 -5
  214. data/db/migrate/20120905151823_add_toggle_tax_rate_display.rb +0 -5
  215. data/db/migrate/20120929093553_remove_unused_preference_columns.rb +0 -8
  216. data/db/migrate/20121009142519_add_lock_version_to_variant.rb +0 -5
  217. data/db/migrate/20121010142909_add_states_required_to_countries.rb +0 -5
  218. data/db/migrate/20121012071449_add_on_demand_to_product_and_variant.rb +0 -6
  219. data/db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb +0 -11
  220. data/db/migrate/20121031162139_split_prices_from_variants.rb +0 -31
  221. data/db/migrate/20121107003422_remove_not_null_from_spree_prices_amount.rb +0 -9
  222. data/db/migrate/20121107184631_add_currency_to_line_items.rb +0 -5
  223. data/db/migrate/20121107194006_add_currency_to_orders.rb +0 -5
  224. data/db/migrate/20121109173623_add_cost_currency_to_variants.rb +0 -5
  225. data/db/migrate/20121111231553_remove_display_on_from_payment_methods.rb +0 -5
  226. data/db/migrate/20121124203911_add_position_to_taxonomies.rb +0 -5
  227. data/db/migrate/20121126040517_add_last_ip_to_spree_orders.rb +0 -5
  228. data/db/migrate/20121213162028_add_state_to_spree_adjustments.rb +0 -6
  229. data/db/migrate/20130114053446_add_display_on_to_spree_payment_methods.rb +0 -9
  230. data/db/migrate/20130120201805_add_position_to_product_properties.spree.rb +0 -6
  231. data/db/migrate/20130203232234_add_identifier_to_spree_payments.rb +0 -5
  232. data/db/migrate/20130207155350_add_order_id_index_to_payments.rb +0 -9
  233. data/db/migrate/20130208032954_add_primary_to_spree_products_taxons.rb +0 -5
  234. data/db/migrate/20130211190146_create_spree_stock_items.rb +0 -14
  235. data/db/migrate/20130211191120_create_spree_stock_locations.rb +0 -11
  236. data/db/migrate/20130213191427_create_default_stock.rb +0 -33
  237. data/db/migrate/20130222032153_add_order_id_index_to_shipments.rb +0 -5
  238. data/db/migrate/20130226032817_change_meta_description_on_spree_products_to_text.rb +0 -5
  239. data/db/migrate/20130226191231_add_stock_location_id_to_spree_shipments.rb +0 -5
  240. data/db/migrate/20130227143905_add_pending_to_inventory_unit.rb +0 -6
  241. data/db/migrate/20130228164411_remove_on_demand_from_product_and_variant.rb +0 -6
  242. data/db/migrate/20130228210442_create_shipping_method_zone.rb +0 -21
  243. data/db/migrate/20130301162745_remove_shipping_category_id_from_shipping_method.rb +0 -5
  244. data/db/migrate/20130301162924_create_shipping_method_categories.rb +0 -13
  245. data/db/migrate/20130301205200_add_tracking_url_to_spree_shipping_methods.rb +0 -5
  246. data/db/migrate/20130304162240_create_spree_shipping_rates.rb +0 -24
  247. data/db/migrate/20130304192936_remove_category_match_attributes_from_shipping_method.rb +0 -7
  248. data/db/migrate/20130305143310_create_stock_movements.rb +0 -12
  249. data/db/migrate/20130306181701_add_address_fields_to_stock_location.rb +0 -22
  250. data/db/migrate/20130306191917_add_active_field_to_stock_locations.rb +0 -5
  251. data/db/migrate/20130306195650_add_backorderable_to_stock_item.rb +0 -5
  252. data/db/migrate/20130307161754_add_default_quantity_to_stock_movement.rb +0 -5
  253. data/db/migrate/20130318151756_add_source_and_destination_to_stock_movements.rb +0 -8
  254. data/db/migrate/20130319062004_change_orders_total_precision.rb +0 -8
  255. data/db/migrate/20130319063911_change_spree_payments_amount_precision.rb +0 -7
  256. data/db/migrate/20130319064308_change_spree_return_authorization_amount_precision.rb +0 -7
  257. data/db/migrate/20130319082943_change_adjustments_amount_precision.rb +0 -7
  258. data/db/migrate/20130319183250_add_originator_to_stock_movement.rb +0 -7
  259. data/db/migrate/20130319190507_drop_source_and_destination_from_stock_movement.rb +0 -15
  260. data/db/migrate/20130325163316_migrate_inventory_unit_sold_to_on_hand.rb +0 -9
  261. data/db/migrate/20130326175857_add_stock_location_to_rma.rb +0 -5
  262. data/db/migrate/20130328130308_update_shipment_state_for_canceled_orders.rb +0 -15
  263. data/db/migrate/20130328195253_add_seo_metas_to_taxons.rb +0 -9
  264. data/db/migrate/20130329134939_remove_stock_item_and_variant_lock.rb +0 -14
  265. data/db/migrate/20130413230529_add_name_to_spree_credit_cards.rb +0 -5
  266. data/db/migrate/20130414000512_update_name_fields_on_spree_credit_cards.rb +0 -13
  267. data/db/migrate/20130417120034_add_index_to_source_columns_on_adjustments.rb +0 -5
  268. data/db/migrate/20130417120035_update_adjustment_states.rb +0 -16
  269. data/db/migrate/20130417123427_add_shipping_rates_to_shipments.rb +0 -15
  270. data/db/migrate/20130418125341_create_spree_stock_transfers.rb +0 -14
  271. data/db/migrate/20130423110707_drop_products_count_on_hand.rb +0 -5
  272. data/db/migrate/20130423223847_set_default_shipping_rate_cost.rb +0 -5
  273. data/db/migrate/20130509115210_add_number_to_stock_transfer.rb +0 -23
  274. data/db/migrate/20130514151929_add_sku_index_to_spree_variants.rb +0 -5
  275. data/db/migrate/20130515180736_add_backorderable_default_to_spree_stock_location.rb +0 -5
  276. data/db/migrate/20130516151222_add_propage_all_variants_to_spree_stock_location.rb +0 -5
  277. data/db/migrate/20130611054351_rename_shipping_methods_zones_to_spree_shipping_methods_zones.rb +0 -5
  278. data/db/migrate/20130611185927_add_user_id_index_to_spree_orders.rb +0 -5
  279. data/db/migrate/20130618041418_add_updated_at_to_spree_countries.rb +0 -9
  280. data/db/migrate/20130619012236_add_updated_at_to_spree_states.rb +0 -9
  281. data/db/migrate/20130626232741_add_cvv_result_code_and_cvv_result_message_to_spree_payments.rb +0 -6
  282. data/db/migrate/20130628021056_add_unique_index_to_permalink_on_spree_products.rb +0 -5
  283. data/db/migrate/20130628022817_add_unique_index_to_orders_shipments_and_stock_transfers.rb +0 -7
  284. data/db/migrate/20130708052307_add_deleted_at_to_spree_tax_rates.rb +0 -5
  285. data/db/migrate/20130711200933_remove_lock_version_from_inventory_units.rb +0 -6
  286. data/db/migrate/20130718042445_add_cost_price_to_line_item.rb +0 -5
  287. data/db/migrate/20130718233855_set_backorderable_to_default_to_false.rb +0 -6
  288. data/db/migrate/20130725031716_add_created_by_id_to_spree_orders.rb +0 -5
  289. data/db/migrate/20130729214043_index_completed_at_on_spree_orders.rb +0 -5
  290. data/db/migrate/20130802014537_add_tax_category_id_to_spree_line_items.rb +0 -5
  291. data/db/migrate/20130802022321_migrate_tax_categories_to_line_items.rb +0 -10
  292. data/db/migrate/20130806022521_drop_spree_mail_methods.rb +0 -12
  293. data/db/migrate/20130806145853_set_default_stock_location_on_shipments.rb +0 -8
  294. data/db/migrate/20130807024301_upgrade_adjustments.rb +0 -46
  295. data/db/migrate/20130807024302_rename_adjustment_fields.rb +0 -20
  296. data/db/migrate/20130809164245_add_admin_name_column_to_spree_shipping_methods.rb +0 -5
  297. data/db/migrate/20130809164330_add_admin_name_column_to_spree_stock_locations.rb +0 -5
  298. data/db/migrate/20130813004002_add_shipment_total_to_spree_orders.rb +0 -5
  299. data/db/migrate/20130813140619_expand_order_number_size.rb +0 -9
  300. data/db/migrate/20130813232134_rename_activators_to_promotions.rb +0 -5
  301. data/db/migrate/20130815000406_add_adjustment_total_to_line_items.rb +0 -5
  302. data/db/migrate/20130815024413_add_adjustment_total_to_shipments.rb +0 -5
  303. data/db/migrate/20130826062534_add_depth_to_spree_taxons.rb +0 -16
  304. data/db/migrate/20130828234942_add_tax_total_to_line_items_shipments_and_orders.rb +0 -8
  305. data/db/migrate/20130830001033_add_shipping_category_to_shipping_methods_and_products.rb +0 -15
  306. data/db/migrate/20130830001159_migrate_old_shipping_calculators.rb +0 -19
  307. data/db/migrate/20130903183026_add_code_to_spree_promotion_rules.rb +0 -5
  308. data/db/migrate/20130909115621_change_states_required_for_countries.rb +0 -9
  309. data/db/migrate/20130915032339_add_deleted_at_to_spree_stock_items.rb +0 -5
  310. data/db/migrate/20130917024658_remove_promotions_event_name_field.rb +0 -5
  311. data/db/migrate/20130924040529_add_promo_total_to_line_items_and_shipments_and_orders.rb +0 -7
  312. data/db/migrate/20131001013410_remove_unused_credit_card_fields.rb +0 -16
  313. data/db/migrate/20131026154747_add_track_inventory_to_variant.rb +0 -5
  314. data/db/migrate/20131107132123_add_tax_category_to_variants.rb +0 -6
  315. data/db/migrate/20131113035136_add_channel_to_spree_orders.rb +0 -5
  316. data/db/migrate/20131118043959_add_included_to_adjustments.rb +0 -5
  317. data/db/migrate/20131118050234_rename_tax_total_fields.rb +0 -11
  318. data/db/migrate/20131118183431_add_line_item_id_to_spree_inventory_units.rb +0 -21
  319. data/db/migrate/20131120234456_add_updated_at_to_variants.rb +0 -5
  320. data/db/migrate/20131127001002_add_position_to_classifications.rb +0 -5
  321. data/db/migrate/20131211112807_create_spree_orders_promotions.rb +0 -8
  322. data/db/migrate/20131211192741_unique_shipping_method_categories.rb +0 -24
  323. data/db/migrate/20131218054603_add_item_count_to_spree_orders.rb +0 -5
  324. data/db/migrate/20140106065820_remove_value_type_from_spree_preferences.rb +0 -8
  325. data/db/migrate/20140106224208_rename_permalink_to_slug_for_products.rb +0 -5
  326. data/db/migrate/20140120160805_add_index_to_variant_id_and_currency_on_prices.rb +0 -5
  327. data/db/migrate/20140124023232_rename_activator_id_in_rules_and_actions_to_promotion_id.rb +0 -6
  328. data/db/migrate/20140129024326_add_deleted_at_to_spree_prices.rb +0 -5
  329. data/db/migrate/20140203161722_add_approver_id_and_approved_at_to_orders.rb +0 -6
  330. data/db/migrate/20140204115338_add_confirmation_delivered_to_spree_orders.rb +0 -5
  331. data/db/migrate/20140204192230_add_auto_capture_to_payment_methods.rb +0 -5
  332. data/db/migrate/20140205120320_create_spree_payment_capture_events.rb +0 -12
  333. data/db/migrate/20140205144710_add_uncaptured_amount_to_payments.rb +0 -5
  334. data/db/migrate/20140205181631_default_variant_weight_to_zero.rb +0 -11
  335. data/db/migrate/20140207085910_add_tax_category_id_to_shipping_methods.rb +0 -5
  336. data/db/migrate/20140207093021_add_tax_rate_id_to_shipping_rates.rb +0 -5
  337. data/db/migrate/20140211040159_add_pre_tax_amount_to_line_items_and_shipments.rb +0 -6
  338. data/db/migrate/20140213184916_add_more_indexes.rb +0 -13
  339. data/db/migrate/20140219060952_add_considered_risky_to_orders.rb +0 -5
  340. data/db/migrate/20140227112348_add_preference_store_to_everything.rb +0 -8
  341. data/db/migrate/20140307235515_add_user_id_to_spree_credit_cards.rb +0 -13
  342. data/db/migrate/20140309023735_migrate_old_preferences.rb +0 -27
  343. data/db/migrate/20140309024355_create_spree_stores.rb +0 -25
  344. data/db/migrate/20140309033438_create_store_from_preferences.rb +0 -42
  345. data/db/migrate/20140315053743_add_timestamps_to_spree_assets.rb +0 -6
  346. data/db/migrate/20140318191500_create_spree_taxons_promotion_rules.rb +0 -8
  347. data/db/migrate/20140331100557_add_additional_store_fields.rb +0 -8
  348. data/db/migrate/20140410141842_add_many_missing_indexes.rb +0 -18
  349. data/db/migrate/20140410150358_correct_some_polymorphic_index_and_add_more_missing.rb +0 -66
  350. data/db/migrate/20140415041315_add_user_id_created_by_id_index_to_order.rb +0 -5
  351. data/db/migrate/20140508151342_change_spree_price_amount_precision.rb +0 -8
  352. data/db/migrate/20140518174634_add_token_to_spree_orders.rb +0 -5
  353. data/db/migrate/20140530024945_move_order_token_from_tokenized_permission.rb +0 -29
  354. data/db/migrate/20140601011216_set_shipment_total_for_users_upgrading.rb +0 -10
  355. data/db/migrate/20140604135309_drop_credit_card_first_name_and_last_name.rb +0 -6
  356. data/db/migrate/20140609201656_add_deleted_at_to_spree_promotion_actions.rb +0 -6
  357. data/db/migrate/20140616202624_remove_uncaptured_amount_from_spree_payments.rb +0 -5
  358. data/db/migrate/20140625214618_create_spree_refunds.rb +0 -12
  359. data/db/migrate/20140702140656_create_spree_return_authorization_inventory_unit.rb +0 -12
  360. data/db/migrate/20140707125621_rename_return_authorization_inventory_unit_to_return_items.rb +0 -5
  361. data/db/migrate/20140709160534_backfill_line_item_pre_tax_amount.rb +0 -10
  362. data/db/migrate/20140710041921_recreate_spree_return_authorizations.rb +0 -55
  363. data/db/migrate/20140710181204_add_amount_fields_to_return_items.rb +0 -7
  364. data/db/migrate/20140710190048_drop_return_authorization_amount.rb +0 -5
  365. data/db/migrate/20140713140455_create_spree_return_authorization_reasons.rb +0 -28
  366. data/db/migrate/20140713140527_create_spree_refund_reasons.rb +0 -14
  367. data/db/migrate/20140713142214_rename_return_authorization_reason.rb +0 -5
  368. data/db/migrate/20140715182625_create_spree_promotion_categories.rb +0 -11
  369. data/db/migrate/20140716204111_drop_received_at_on_return_items.rb +0 -9
  370. data/db/migrate/20140716212330_add_reception_and_acceptance_status_to_return_items.rb +0 -6
  371. data/db/migrate/20140717155155_create_default_refund_reason.rb +0 -9
  372. data/db/migrate/20140717185932_add_default_to_spree_stock_locations.rb +0 -7
  373. data/db/migrate/20140718133010_create_spree_customer_returns.rb +0 -9
  374. data/db/migrate/20140718133349_add_customer_return_id_to_return_item.rb +0 -6
  375. data/db/migrate/20140718195325_create_friendly_id_slugs.rb +0 -15
  376. data/db/migrate/20140723004419_rename_spree_refund_return_authorization_id.rb +0 -5
  377. data/db/migrate/20140723152808_increase_return_item_pre_tax_amount_precision.rb +0 -13
  378. data/db/migrate/20140723214541_copy_product_slugs_to_slug_history.rb +0 -15
  379. data/db/migrate/20140725131539_create_spree_reimbursements.rb +0 -21
  380. data/db/migrate/20140728225422_add_promotionable_to_spree_products.rb +0 -5
  381. data/db/migrate/20140729133613_add_exchange_inventory_unit_foreign_keys.rb +0 -7
  382. data/db/migrate/20140730155938_add_acceptance_status_errors_to_return_item.rb +0 -5
  383. data/db/migrate/20140731150017_create_spree_reimbursement_types.rb +0 -20
  384. data/db/migrate/20140804185157_add_default_to_shipment_cost.rb +0 -10
  385. data/db/migrate/20140805171035_add_default_to_spree_credit_cards.rb +0 -5
  386. data/db/migrate/20140806144901_add_type_to_reimbursement_type.rb +0 -9
  387. data/db/migrate/20140808184039_create_spree_reimbursement_credits.rb +0 -10
  388. data/db/migrate/20140827170513_add_meta_title_to_spree_products.rb +0 -7
  389. data/db/migrate/20140911173301_add_kind_to_zone.rb +0 -11
  390. data/db/migrate/20140924164824_add_code_to_spree_tax_categories.rb +0 -5
  391. data/db/migrate/20140927193717_default_pre_tax_amount_should_be_zero.rb +0 -6
  392. data/db/migrate/20141002191113_add_code_to_spree_shipping_methods.rb +0 -5
  393. data/db/migrate/20141007230328_add_cancel_audit_fields_to_spree_orders.rb +0 -6
  394. data/db/migrate/20141009204607_add_store_id_to_orders.rb +0 -8
  395. data/db/migrate/20141012083513_create_spree_taxons_prototypes.rb +0 -8
  396. data/db/migrate/20141021194502_add_state_lock_version_to_order.rb +0 -5
  397. data/db/migrate/20141023005240_add_counter_cache_from_spree_variants_to_spree_stock_items.rb +0 -8
  398. data/db/migrate/20141101231208_fix_adjustment_order_presence.rb +0 -13
  399. data/db/migrate/20141105213646_update_classifications_positions.rb +0 -9
  400. data/db/migrate/20141120135441_add_guest_token_index_to_spree_orders.rb +0 -5
  401. data/db/migrate/20141215232040_remove_token_permissions_table.rb +0 -6
  402. data/db/migrate/20141215235502_remove_extra_products_slug_index.rb +0 -5
  403. data/db/migrate/20141217215630_update_product_slug_index.rb +0 -6
  404. data/db/migrate/20141218025915_rename_identifier_to_number_for_payment.rb +0 -5
  405. data/db/migrate/20150118210639_create_spree_store_credits.rb +0 -24
  406. data/db/migrate/20150118211500_create_spree_store_credit_categories.rb +0 -8
  407. data/db/migrate/20150118212051_create_spree_store_credit_events.rb +0 -17
  408. data/db/migrate/20150118212101_create_spree_store_credit_types.rb +0 -10
  409. data/db/migrate/20150121022521_remove_environment_from_payment_method.rb +0 -6
  410. data/db/migrate/20150122145607_add_resellable_to_return_items.rb +0 -5
  411. data/db/migrate/20150122202432_add_code_to_spree_promotion_categories.rb +0 -5
  412. data/db/migrate/20150128032538_remove_environment_from_tracker.rb +0 -8
  413. data/db/migrate/20150128060325_remove_spree_configurations.rb +0 -16
  414. data/db/migrate/20150216173445_add_index_to_spree_stock_items_variant_id.rb +0 -13
  415. data/db/migrate/20150309161154_ensure_payments_have_numbers.rb +0 -13
  416. data/db/migrate/20150314013438_add_missing_indexes_on_spree_tables.rb +0 -67
  417. data/db/migrate/20150317174308_remove_duplicated_indexes_from_multi_columns.rb +0 -18
  418. data/db/migrate/20150324104002_remove_user_index_from_spree_state_changes.rb +0 -14
  419. data/db/migrate/20150515211137_fix_adjustment_order_id.rb +0 -70
  420. data/db/migrate/20150522071831_add_position_to_spree_payment_methods.rb +0 -5
  421. data/db/migrate/20150522181728_add_deleted_at_to_friendly_id_slugs.rb +0 -6
  422. data/db/migrate/20150609093816_increase_scale_on_pre_tax_amounts.rb +0 -16
  423. data/db/migrate/20150626181949_add_taxable_adjustment_total_to_line_item.rb +0 -19
  424. data/db/migrate/20150627090949_migrate_payment_methods_display.rb +0 -12
  425. data/db/migrate/20150707204155_enable_acts_as_paranoid_on_calculators.rb +0 -6
  426. data/db/migrate/20150714154102_spree_payment_method_store_credits.rb +0 -12
  427. data/db/migrate/20150726141425_rename_has_and_belongs_to_associations_to_model_names.rb +0 -18
  428. data/db/migrate/20150727191614_spree_store_credit_types.rb +0 -11
  429. data/db/migrate/20150819154308_add_discontinued_to_products_and_variants.rb +0 -68
  430. data/db/migrate/20151220072838_remove_shipping_method_id_from_spree_orders.rb +0 -13
  431. data/db/migrate/20160207191757_add_id_column_to_earlier_habtm_tables.rb +0 -16
  432. data/db/migrate/20160219165458_add_indexes.rb +0 -14
  433. data/db/migrate/20160509064646_remove_counter_cache_from_spree_variants_to_spree_stock_items.rb +0 -10
  434. data/db/migrate/20160608090604_add_zipcode_required_to_spree_countries.rb +0 -7
  435. data/db/migrate/20161014145148_add_created_at_to_variant.rb +0 -8
  436. data/db/migrate/20161014152814_add_null_false_to_spree_variants_timestamps.rb +0 -6
  437. data/db/migrate/20161125065505_add_quantity_to_inventory_units.rb +0 -5
  438. data/db/migrate/20170119122701_add_original_return_item_id_to_spree_inventory_units.rb +0 -29
  439. data/db/migrate/20170315152755_add_unique_index_on_number_to_spree_orders.rb +0 -16
  440. data/db/migrate/20170316154338_add_unique_index_on_number_to_spree_stock_transfer.rb +0 -16
  441. data/db/migrate/20170316205511_add_unique_index_on_number_to_spree_shipment.rb +0 -16
  442. data/db/migrate/20170320134043_add_unique_index_on_number_to_spree_payments.rb +0 -17
  443. data/db/migrate/20170320142750_add_unique_index_on_number_to_spree_return_authorizations.rb +0 -16
  444. data/db/migrate/20170320145040_add_unique_index_on_number_to_spree_customer_returns.rb +0 -16
  445. data/db/migrate/20170320145518_add_unique_index_on_number_to_spree_reimbursements.rb +0 -16
  446. data/db/migrate/20170323151450_add_missing_unique_indexes_for_unique_attributes.rb +0 -37
  447. data/db/migrate/20170329110859_add_index_on_stock_location_to_spree_customer_returns.rb +0 -5
  448. data/db/migrate/20170329113917_add_index_on_prototype_to_spree_option_type_prototype.rb +0 -19
  449. data/db/migrate/20170330082155_add_indexes_to_spree_option_value_variant.rb +0 -19
  450. data/db/migrate/20170330132215_add_index_on_promotion_id_to_order_promotions.rb +0 -5
  451. data/db/migrate/20170331101758_add_indexes_for_property_prototype.rb +0 -20
  452. data/db/migrate/20170331103334_add_index_for_prototype_id_to_prototype_taxons.rb +0 -5
  453. data/db/migrate/20170331110454_add_indexes_to_refunds.rb +0 -6
  454. data/db/migrate/20170331111757_add_indexes_to_reimbursement_credits.rb +0 -6
  455. data/db/migrate/20170331115246_add_indexes_to_return_authorizations.rb +0 -6
  456. data/db/migrate/20170331120125_add_indexes_to_return_items.rb +0 -11
  457. data/db/migrate/20170331121725_add_index_to_role_users.rb +0 -18
  458. data/db/migrate/20170331123625_add_index_to_shipping_method_categories.rb +0 -5
  459. data/db/migrate/20170331123832_add_index_to_shipping_method_zones.rb +0 -20
  460. data/db/migrate/20170331124251_add_index_to_spree_shipping_rates.rb +0 -6
  461. data/db/migrate/20170331124513_add_index_to_spree_stock_items.rb +0 -5
  462. data/db/migrate/20170331124924_add_index_to_spree_stock_movement.rb +0 -5
  463. data/db/migrate/20170413211707_change_indexes_on_friendly_id_slugs.rb +0 -10
  464. data/db/migrate/20170722102643_add_analytics_kind_to_spree_trackers.rb +0 -5
  465. data/db/migrate/20170727103056_rename_tracker_kind_field.rb +0 -5
  466. data/db/migrate/20171004223836_remove_icon_from_taxons.rb +0 -8
  467. data/db/migrate/20180222133746_add_unique_index_on_spree_promotions_code.rb +0 -6
  468. data/db/migrate/20180613080857_rename_guest_token_to_token_in_orders.rb +0 -5
  469. data/db/migrate/20180915160001_add_timestamps_to_spree_prices.rb +0 -12
  470. data/db/migrate/20181024100754_add_deleted_at_to_spree_credit_cards.rb +0 -6
  471. data/db/migrate/20190305121659_add_iso_and_iso3_validation_on_presence_and_uniqueness.rb +0 -18
  472. data/db/migrate/20190523092729_add_user_id_and_deleted_at_to_spree_addresses.rb +0 -12
  473. data/db/migrate/20191005121504_add_store_id_to_payment_methods.rb +0 -7
  474. data/db/migrate/20191016134113_add_deafult_value_for_store_default_currency.rb +0 -5
  475. data/db/migrate/20191017121054_add_supported_currencies_to_store.rb +0 -11
  476. data/db/migrate/20200102141311_add_social_to_spree_stores.rb +0 -10
  477. data/db/migrate/20200212144523_add_hide_from_nav_to_taxons.rb +0 -5
  478. data/db/migrate/20200308210757_add_default_locale_to_spree_store.rb +0 -7
  479. data/db/migrate/20200310145140_add_customer_support_email_to_spree_store.rb +0 -7
  480. data/db/migrate/20200421095017_add_compare_at_amount_to_spree_prices.rb +0 -7
  481. data/db/migrate/20200423123001_add_default_country_id_to_spree_store.rb +0 -9
  482. data/db/migrate/20200430072209_add_footer_fields_to_spree_stores.rb +0 -8
  483. data/db/migrate/20200513154939_add_show_property_to_spree_product_properties.rb +0 -5
  484. data/db/migrate/20200607161221_add_store_owner_order_notification_delivered_to_spree_orders.rb +0 -7
  485. data/db/migrate/20200607161222_add_new_order_notifications_email_to_spree_stores.rb +0 -7
  486. data/db/migrate/20200610113542_add_label_to_spree_addresses.rb +0 -5
  487. data/db/migrate/20200826075557_add_unique_index_on_taxon_id_and_product_id_to_spree_products_taxons.rb +0 -5
  488. data/db/migrate/20201006110150_add_checkout_zone_field_to_store.rb +0 -12
  489. data/db/migrate/20201012091259_add_filterable_column_to_spree_option_types.rb +0 -10
  490. data/db/migrate/20201013084504_add_seo_robots_to_spree_stores.rb +0 -5
  491. data/db/migrate/20201023152810_add_filterable_to_spree_properties.rb +0 -8
  492. data/db/migrate/20201127084048_add_default_country_kind_to_spree_zones.rb +0 -5
  493. data/db/migrate/20210112193440_remove_contact_email_from_spree_stores.rb +0 -5
  494. data/db/migrate/20210114182625_create_spree_payment_methods_stores.rb +0 -10
  495. data/db/migrate/20210114220232_migrate_data_payment_methods_stores.rb +0 -15
  496. data/db/migrate/20210117112551_remove_store_id_from_spree_payment_methods.rb +0 -5
  497. data/db/migrate/20210120142527_ensure_default_locale_in_spree_stores.rb +0 -5
  498. data/db/migrate/20210205211040_add_supported_locales_to_spree_stores.rb +0 -11
  499. data/db/migrate/20210215202602_migrate_spree_i18n_globalize_config.rb +0 -22
  500. data/db/migrate/20210407200948_create_spree_menus.rb +0 -16
  501. data/db/migrate/20210408092939_create_spree_menu_items.rb +0 -31
  502. data/db/migrate/20210504163720_add_filter_param_to_spree_product_properties.rb +0 -8
  503. data/db/migrate/20210505114659_add_filter_param_to_spree_properties.rb +0 -8
  504. data/db/migrate/20210512191732_create_spree_cms_pages.rb +0 -24
  505. data/db/migrate/20210514204251_create_spree_cms_sections.rb +0 -22
  506. data/db/migrate/20210527094055_create_spree_products_stores.rb +0 -36
  507. data/db/migrate/20210608045519_ensure_store_default_country_is_set.rb +0 -5
  508. data/db/migrate/20210702112334_add_missing_timestamp_columns.rb +0 -46
  509. data/db/migrate/20210713131614_add_unique_index_on_property_id_and_product_id_to_product_properties.rb +0 -29
  510. data/db/migrate/20210715091956_add_store_id_to_spree_store_credits.rb +0 -10
  511. data/db/migrate/20210716093151_add_store_id_to_spree_taxonomies.rb +0 -11
  512. data/db/migrate/20210716104141_add_index_on_name_parent_id_and_taxonomy_id_on_spree_taxons.rb +0 -31
  513. data/db/migrate/20210721120857_add_index_on_permalink_parent_id_and_taxonomy_id_on_spree_taxons.rb +0 -31
  514. data/db/migrate/20210721125657_create_spree_promotions_stores.rb +0 -29
  515. data/db/migrate/20210722090705_add_store_id_to_spree_customer_returns.rb +0 -11
  516. data/db/migrate/20210726065456_change_integer_id_columns_into_bigint.rb +0 -305
  517. data/db/migrate/20210730154425_fix_promotion_code_and_path_unique_indexes.rb +0 -9
  518. /data/lib/spree/{dependencies_helper.rb → core/dependencies_helper.rb} +0 -0
@@ -1,481 +0,0 @@
1
- class SpreeOneTwo < ActiveRecord::Migration[4.2]
2
- def up
3
- # This migration is just a compressed version of all the previous
4
- # migrations for spree_core. Do not run it if one of the core tables
5
- # already exists. Assume the best.
6
- return if data_source_exists?(:spree_addresses)
7
-
8
-
9
- create_table :spree_activators do |t|
10
- t.string :description
11
- t.datetime :expires_at
12
- t.datetime :starts_at
13
- t.string :name
14
- t.string :event_name
15
- t.string :type
16
- t.integer :usage_limit
17
- t.string :match_policy, default: 'all'
18
- t.string :code
19
- t.boolean :advertise, default: false
20
- t.string :path
21
- t.timestamps null: false, precision: 6
22
- end
23
-
24
- create_table :spree_addresses do |t|
25
- t.string :firstname
26
- t.string :lastname
27
- t.string :address1
28
- t.string :address2
29
- t.string :city
30
- t.string :zipcode
31
- t.string :phone
32
- t.string :state_name
33
- t.string :alternative_phone
34
- t.string :company
35
- t.references :state
36
- t.references :country
37
- t.timestamps null: false, precision: 6
38
- end
39
-
40
- add_index :spree_addresses, [:firstname], name: 'index_addresses_on_firstname'
41
- add_index :spree_addresses, [:lastname], name: 'index_addresses_on_lastname'
42
-
43
- create_table :spree_adjustments do |t|
44
- t.references :source, polymorphic: true
45
- t.references :adjustable, polymorphic: true
46
- t.references :originator, polymorphic: true
47
- t.decimal :amount, precision: 8, scale: 2
48
- t.string :label
49
- t.boolean :mandatory
50
- t.boolean :locked
51
- t.boolean :eligible, default: true
52
- t.timestamps null: false, precision: 6
53
- end
54
-
55
- add_index :spree_adjustments, [:adjustable_id], name: 'index_adjustments_on_order_id'
56
-
57
- create_table :spree_assets do |t|
58
- t.references :viewable, polymorphic: true
59
- t.integer :attachment_width
60
- t.integer :attachment_height
61
- t.integer :attachment_file_size
62
- t.integer :position
63
- t.string :attachment_content_type
64
- t.string :attachment_file_name
65
- t.string :type, limit: 75
66
- t.datetime :attachment_updated_at
67
- t.text :alt
68
- end
69
-
70
- add_index :spree_assets, [:viewable_id], name: 'index_assets_on_viewable_id'
71
- add_index :spree_assets, [:viewable_type, :type], name: 'index_assets_on_viewable_type_and_type'
72
-
73
- create_table :spree_calculators do |t|
74
- t.string :type
75
- t.references :calculable, polymorphic: true
76
- t.timestamps null: false, precision: 6
77
- end
78
-
79
- create_table :spree_configurations do |t|
80
- t.string :name
81
- t.string :type, limit: 50
82
- t.timestamps null: false, precision: 6
83
- end
84
-
85
- add_index :spree_configurations, [:name, :type], name: 'index_spree_configurations_on_name_and_type'
86
-
87
- create_table :spree_countries do |t|
88
- t.string :iso_name
89
- t.string :iso
90
- t.string :iso3
91
- t.string :name
92
- t.integer :numcode
93
- end
94
-
95
- create_table :spree_credit_cards do |t|
96
- t.string :month
97
- t.string :year
98
- t.string :cc_type
99
- t.string :last_digits
100
- t.string :first_name
101
- t.string :last_name
102
- t.string :start_month
103
- t.string :start_year
104
- t.string :issue_number
105
- t.references :address
106
- t.string :gateway_customer_profile_id
107
- t.string :gateway_payment_profile_id
108
- t.timestamps null: false, precision: 6
109
- end
110
-
111
- create_table :spree_gateways do |t|
112
- t.string :type
113
- t.string :name
114
- t.text :description
115
- t.boolean :active, default: true
116
- t.string :environment, default: 'development'
117
- t.string :server, default: 'test'
118
- t.boolean :test_mode, default: true
119
- t.timestamps null: false, precision: 6
120
- end
121
-
122
- create_table :spree_inventory_units do |t|
123
- t.integer :lock_version, default: 0
124
- t.string :state
125
- t.references :variant
126
- t.references :order
127
- t.references :shipment
128
- t.references :return_authorization
129
- t.timestamps null: false, precision: 6
130
- end
131
-
132
- add_index :spree_inventory_units, [:order_id], name: 'index_inventory_units_on_order_id'
133
- add_index :spree_inventory_units, [:shipment_id], name: 'index_inventory_units_on_shipment_id'
134
- add_index :spree_inventory_units, [:variant_id], name: 'index_inventory_units_on_variant_id'
135
-
136
- create_table :spree_line_items do |t|
137
- t.references :variant
138
- t.references :order
139
- t.integer :quantity, null: false
140
- t.decimal :price, precision: 8, scale: 2, null: false
141
- t.timestamps null: false, precision: 6
142
- end
143
-
144
- add_index :spree_line_items, [:order_id], name: 'index_spree_line_items_on_order_id'
145
- add_index :spree_line_items, [:variant_id], name: 'index_spree_line_items_on_variant_id'
146
-
147
- create_table :spree_log_entries do |t|
148
- t.references :source, polymorphic: true
149
- t.text :details
150
- t.timestamps null: false, precision: 6
151
- end
152
-
153
- create_table :spree_mail_methods do |t|
154
- t.string :environment
155
- t.boolean :active, default: true
156
- t.timestamps null: false, precision: 6
157
- end
158
-
159
- create_table :spree_option_types do |t|
160
- t.string :name, limit: 100
161
- t.string :presentation, limit: 100
162
- t.integer :position, default: 0, null: false
163
- t.timestamps null: false, precision: 6
164
- end
165
-
166
- create_table :spree_option_types_prototypes, id: false do |t|
167
- t.references :prototype
168
- t.references :option_type
169
- end
170
-
171
- create_table :spree_option_values do |t|
172
- t.integer :position
173
- t.string :name
174
- t.string :presentation
175
- t.references :option_type
176
- t.timestamps null: false, precision: 6
177
- end
178
-
179
- create_table :spree_option_values_variants, id: false do |t|
180
- t.references :variant
181
- t.references :option_value
182
- end
183
-
184
- add_index :spree_option_values_variants, [:variant_id, :option_value_id], name: 'index_option_values_variants_on_variant_id_and_option_value_id'
185
- add_index :spree_option_values_variants, [:variant_id], name: 'index_spree_option_values_variants_on_variant_id'
186
-
187
- create_table :spree_orders do |t|
188
- t.string :number, limit: 15
189
- t.decimal :item_total, precision: 8, scale: 2, default: 0.0, null: false
190
- t.decimal :total, precision: 8, scale: 2, default: 0.0, null: false
191
- t.string :state
192
- t.decimal :adjustment_total, precision: 8, scale: 2, default: 0.0, null: false
193
- t.references :user
194
- t.datetime :completed_at
195
- t.references :bill_address
196
- t.references :ship_address
197
- t.decimal :payment_total, precision: 8, scale: 2, default: 0.0
198
- t.references :shipping_method
199
- t.string :shipment_state
200
- t.string :payment_state
201
- t.string :email
202
- t.text :special_instructions
203
- t.timestamps null: false, precision: 6
204
- end
205
-
206
- add_index :spree_orders, [:number], name: 'index_spree_orders_on_number'
207
-
208
- create_table :spree_payment_methods do |t|
209
- t.string :type
210
- t.string :name
211
- t.text :description
212
- t.boolean :active, default: true
213
- t.string :environment, default: 'development'
214
- t.datetime :deleted_at
215
- t.string :display_on
216
- t.timestamps null: false, precision: 6
217
- end
218
-
219
- create_table :spree_payments do |t|
220
- t.decimal :amount, precision: 8, scale: 2, default: 0.0, null: false
221
- t.references :order
222
- t.references :source, polymorphic: true
223
- t.references :payment_method
224
- t.string :state
225
- t.string :response_code
226
- t.string :avs_response
227
- t.timestamps null: false, precision: 6
228
- end
229
-
230
- create_table :spree_preferences do |t|
231
- t.string :name, limit: 100
232
- t.references :owner, polymorphic: true
233
- t.text :value
234
- t.string :key
235
- t.string :value_type
236
- t.timestamps null: false, precision: 6
237
- end
238
-
239
- add_index :spree_preferences, [:key], name: 'index_spree_preferences_on_key', unique: true
240
-
241
- create_table :spree_product_option_types do |t|
242
- t.integer :position
243
- t.references :product
244
- t.references :option_type
245
- t.timestamps null: false, precision: 6
246
- end
247
-
248
- create_table :spree_product_properties do |t|
249
- t.string :value
250
- t.references :product
251
- t.references :property
252
- t.timestamps null: false, precision: 6
253
- end
254
-
255
- add_index :spree_product_properties, [:product_id], name: 'index_product_properties_on_product_id'
256
-
257
- create_table :spree_products do |t|
258
- t.string :name, default: '', null: false
259
- t.text :description
260
- t.datetime :available_on
261
- t.datetime :deleted_at
262
- t.string :permalink
263
- t.string :meta_description
264
- t.string :meta_keywords
265
- t.references :tax_category
266
- t.references :shipping_category
267
- t.integer :count_on_hand, default: 0, null: false
268
- t.timestamps null: false, precision: 6
269
- end
270
-
271
- add_index :spree_products, [:available_on], name: 'index_spree_products_on_available_on'
272
- add_index :spree_products, [:deleted_at], name: 'index_spree_products_on_deleted_at'
273
- add_index :spree_products, [:name], name: 'index_spree_products_on_name'
274
- add_index :spree_products, [:permalink], name: 'index_spree_products_on_permalink'
275
-
276
- create_table :spree_products_taxons, id: false do |t|
277
- t.references :product
278
- t.references :taxon
279
- end
280
-
281
- add_index :spree_products_taxons, [:product_id], name: 'index_spree_products_taxons_on_product_id'
282
- add_index :spree_products_taxons, [:taxon_id], name: 'index_spree_products_taxons_on_taxon_id'
283
-
284
- create_table :spree_properties do |t|
285
- t.string :name
286
- t.string :presentation, null: false
287
- t.timestamps null: false, precision: 6
288
- end
289
-
290
- create_table :spree_properties_prototypes, id: false do |t|
291
- t.references :prototype
292
- t.references :property
293
- end
294
-
295
- create_table :spree_prototypes do |t|
296
- t.string :name
297
- t.timestamps null: false, precision: 6
298
- end
299
-
300
- create_table :spree_return_authorizations do |t|
301
- t.string :number
302
- t.string :state
303
- t.decimal :amount, precision: 8, scale: 2, default: 0.0, null: false
304
- t.references :order
305
- t.text :reason
306
- t.timestamps null: false, precision: 6
307
- end
308
-
309
- create_table :spree_roles do |t|
310
- t.string :name
311
- end
312
-
313
- create_table :spree_roles_users, id: false do |t|
314
- t.references :role
315
- t.references :user
316
- end
317
-
318
- add_index :spree_roles_users, [:role_id], name: 'index_spree_roles_users_on_role_id'
319
- add_index :spree_roles_users, [:user_id], name: 'index_spree_roles_users_on_user_id'
320
-
321
- create_table :spree_shipments do |t|
322
- t.string :tracking
323
- t.string :number
324
- t.decimal :cost, precision: 8, scale: 2
325
- t.datetime :shipped_at
326
- t.references :order
327
- t.references :shipping_method
328
- t.references :address
329
- t.string :state
330
- t.timestamps null: false, precision: 6
331
- end
332
-
333
- add_index :spree_shipments, [:number], name: 'index_shipments_on_number'
334
-
335
- create_table :spree_shipping_categories do |t|
336
- t.string :name
337
- t.timestamps null: false, precision: 6
338
- end
339
-
340
- create_table :spree_shipping_methods do |t|
341
- t.string :name
342
- t.references :zone
343
- t.string :display_on
344
- t.references :shipping_category
345
- t.boolean :match_none
346
- t.boolean :match_all
347
- t.boolean :match_one
348
- t.datetime :deleted_at
349
- t.timestamps null: false, precision: 6
350
- end
351
-
352
- create_table :spree_state_changes do |t|
353
- t.string :name
354
- t.string :previous_state
355
- t.references :stateful
356
- t.references :user
357
- t.string :stateful_type
358
- t.string :next_state
359
- t.timestamps null: false, precision: 6
360
- end
361
-
362
- create_table :spree_states do |t|
363
- t.string :name
364
- t.string :abbr
365
- t.references :country
366
- end
367
-
368
- create_table :spree_tax_categories do |t|
369
- t.string :name
370
- t.string :description
371
- t.boolean :is_default, default: false
372
- t.datetime :deleted_at
373
- t.timestamps null: false, precision: 6
374
- end
375
-
376
- create_table :spree_tax_rates do |t|
377
- t.decimal :amount, precision: 8, scale: 5
378
- t.references :zone
379
- t.references :tax_category
380
- t.boolean :included_in_price, default: false
381
- t.timestamps null: false, precision: 6
382
- end
383
-
384
- create_table :spree_taxonomies do |t|
385
- t.string :name, null: false
386
- t.timestamps null: false, precision: 6
387
- end
388
-
389
- create_table :spree_taxons do |t|
390
- t.references :parent
391
- t.integer :position, default: 0
392
- t.string :name, null: false
393
- t.string :permalink
394
- t.references :taxonomy
395
- t.integer :lft
396
- t.integer :rgt
397
- t.string :icon_file_name
398
- t.string :icon_content_type
399
- t.integer :icon_file_size
400
- t.datetime :icon_updated_at
401
- t.text :description
402
- t.timestamps null: false, precision: 6
403
- end
404
-
405
- add_index :spree_taxons, [:parent_id], name: 'index_taxons_on_parent_id'
406
- add_index :spree_taxons, [:permalink], name: 'index_taxons_on_permalink'
407
- add_index :spree_taxons, [:taxonomy_id], name: 'index_taxons_on_taxonomy_id'
408
-
409
- create_table :spree_tokenized_permissions, force: true do |t|
410
- t.references :permissable, polymorphic: true
411
- t.string :token
412
- t.timestamps null: false, precision: 6
413
- end
414
-
415
- add_index :spree_tokenized_permissions, [:permissable_id, :permissable_type], name: 'index_tokenized_name_and_type'
416
-
417
- create_table :spree_trackers do |t|
418
- t.string :environment
419
- t.string :analytics_id
420
- t.boolean :active, default: true
421
- t.timestamps null: false, precision: 6
422
- end
423
-
424
- create_table :spree_users do |t|
425
- t.string :encrypted_password, limit: 128
426
- t.string :password_salt, limit: 128
427
- t.string :email
428
- t.string :remember_token
429
- t.string :persistence_token
430
- t.string :reset_password_token
431
- t.string :perishable_token
432
- t.integer :sign_in_count, default: 0, null: false
433
- t.integer :failed_attempts, default: 0, null: false
434
- t.datetime :last_request_at
435
- t.datetime :current_sign_in_at
436
- t.datetime :last_sign_in_at
437
- t.string :current_sign_in_ip
438
- t.string :last_sign_in_ip
439
- t.string :login
440
- t.references :ship_address
441
- t.references :bill_address
442
- t.string :authentication_token
443
- t.string :unlock_token
444
- t.datetime :locked_at
445
- t.datetime :remember_created_at
446
- t.datetime :reset_password_sent_at
447
- t.timestamps null: false, precision: 6
448
- end
449
-
450
- create_table :spree_variants do |t|
451
- t.string :sku, default: '', null: false
452
- t.decimal :price, precision: 8, scale: 2, null: false
453
- t.decimal :weight, precision: 8, scale: 2
454
- t.decimal :height, precision: 8, scale: 2
455
- t.decimal :width, precision: 8, scale: 2
456
- t.decimal :depth, precision: 8, scale: 2
457
- t.datetime :deleted_at
458
- t.boolean :is_master, default: false
459
- t.references :product
460
- t.integer :count_on_hand, default: 0, null: false
461
- t.decimal :cost_price, precision: 8, scale: 2
462
- t.integer :position
463
- end
464
-
465
- add_index :spree_variants, [:product_id], name: 'index_spree_variants_on_product_id'
466
-
467
- create_table :spree_zone_members do |t|
468
- t.references :zoneable, polymorphic: true
469
- t.references :zone
470
- t.timestamps null: false, precision: 6
471
- end
472
-
473
- create_table :spree_zones do |t|
474
- t.string :name
475
- t.string :description
476
- t.boolean :default_tax, default: false
477
- t.integer :zone_members_count, default: 0
478
- t.timestamps null: false, precision: 6
479
- end
480
- end
481
- end
@@ -1,45 +0,0 @@
1
- class SpreePromoOneTwo < ActiveRecord::Migration[4.2]
2
- def up
3
- # This migration is just a compressed migration for all previous versions of spree_promo
4
- return if data_source_exists?(:spree_products_promotion_rules)
5
-
6
- create_table :spree_products_promotion_rules, id: false, force: true do |t|
7
- t.references :product
8
- t.references :promotion_rule
9
- end
10
-
11
- add_index :spree_products_promotion_rules, [:product_id], name: 'index_products_promotion_rules_on_product_id'
12
- add_index :spree_products_promotion_rules, [:promotion_rule_id], name: 'index_products_promotion_rules_on_promotion_rule_id'
13
-
14
- create_table :spree_promotion_action_line_items, force: true do |t|
15
- t.references :promotion_action
16
- t.references :variant
17
- t.integer :quantity, default: 1
18
- end
19
-
20
- create_table :spree_promotion_actions, force: true do |t|
21
- t.references :activator
22
- t.integer :position
23
- t.string :type
24
- end
25
-
26
- create_table :spree_promotion_rules, force: true do |t|
27
- t.references :activator
28
- t.references :user
29
- t.references :product_group
30
- t.string :type
31
- t.timestamps null: false, precision: 6
32
- end
33
-
34
- add_index :spree_promotion_rules, [:product_group_id], name: 'index_promotion_rules_on_product_group_id'
35
- add_index :spree_promotion_rules, [:user_id], name: 'index_promotion_rules_on_user_id'
36
-
37
- create_table :spree_promotion_rules_users, id: false, force: true do |t|
38
- t.references :user
39
- t.references :promotion_rule
40
- end
41
-
42
- add_index :spree_promotion_rules_users, [:promotion_rule_id], name: 'index_promotion_rules_users_on_promotion_rule_id'
43
- add_index :spree_promotion_rules_users, [:user_id], name: 'index_promotion_rules_users_on_user_id'
44
- end
45
- end
@@ -1,5 +0,0 @@
1
- class AddTaxRateLabel < ActiveRecord::Migration[4.2]
2
- def change
3
- add_column :spree_tax_rates, :name, :string
4
- end
5
- end
@@ -1,5 +0,0 @@
1
- class AddToggleTaxRateDisplay < ActiveRecord::Migration[4.2]
2
- def change
3
- add_column :spree_tax_rates, :show_rate_in_label, :boolean, default: true
4
- end
5
- end
@@ -1,8 +0,0 @@
1
- class RemoveUnusedPreferenceColumns < ActiveRecord::Migration[4.2]
2
- def change
3
- # Columns have already been removed if the application was upgraded from an older version, but must be removed from new apps.
4
- remove_column :spree_preferences, :name if ApplicationRecord.connection.column_exists?(:spree_preferences, :name)
5
- remove_column :spree_preferences, :owner_id if ApplicationRecord.connection.column_exists?(:spree_preferences, :owner_id)
6
- remove_column :spree_preferences, :owner_type if ApplicationRecord.connection.column_exists?(:spree_preferences, :owner_type)
7
- end
8
- end
@@ -1,5 +0,0 @@
1
- class AddLockVersionToVariant < ActiveRecord::Migration[4.2]
2
- def change
3
- add_column :spree_variants, :lock_version, :integer, default: 0
4
- end
5
- end
@@ -1,5 +0,0 @@
1
- class AddStatesRequiredToCountries < ActiveRecord::Migration[4.2]
2
- def change
3
- add_column :spree_countries, :states_required, :boolean, default: true
4
- end
5
- end
@@ -1,6 +0,0 @@
1
- class AddOnDemandToProductAndVariant < ActiveRecord::Migration[4.2]
2
- def change
3
- add_column :spree_products, :on_demand, :boolean, default: false
4
- add_column :spree_variants, :on_demand, :boolean, default: false
5
- end
6
- end
@@ -1,11 +0,0 @@
1
- class RemoveNotNullConstraintFromProductsOnHand < ActiveRecord::Migration[4.2]
2
- def up
3
- change_column :spree_products, :count_on_hand, :integer, null: true
4
- change_column :spree_variants, :count_on_hand, :integer, null: true
5
- end
6
-
7
- def down
8
- change_column :spree_products, :count_on_hand, :integer, null: false
9
- change_column :spree_variants, :count_on_hand, :integer, null: false
10
- end
11
- end
@@ -1,31 +0,0 @@
1
- class SplitPricesFromVariants < ActiveRecord::Migration[4.2]
2
- def up
3
- create_table :spree_prices do |t|
4
- t.integer :variant_id, null: false
5
- t.decimal :amount, precision: 8, scale: 2, null: false
6
- t.string :currency
7
- end
8
-
9
- Spree::Variant.all.each do |variant|
10
- Spree::Price.create!(
11
- variant_id: variant.id,
12
- amount: variant[:price],
13
- currency: Spree::Config[:currency]
14
- )
15
- end
16
-
17
- remove_column :spree_variants, :price
18
- end
19
-
20
- def down
21
- prices = ApplicationRecord.connection.execute("select variant_id, amount from spree_prices")
22
- add_column :spree_variants, :price, :decimal, after: :sku, scale: 2, precision: 8
23
-
24
- prices.each do |price|
25
- ApplicationRecord.connection.execute("update spree_variants set price = #{price['amount']} where id = #{price['variant_id']}")
26
- end
27
-
28
- change_column :spree_variants, :price, :decimal, after: :sku, scale: 2, precision: 8, null: false
29
- drop_table :spree_prices
30
- end
31
- end
@@ -1,9 +0,0 @@
1
- class RemoveNotNullFromSpreePricesAmount < ActiveRecord::Migration[4.2]
2
- def up
3
- change_column :spree_prices, :amount, :decimal, precision: 8, scale: 2, null: true
4
- end
5
-
6
- def down
7
- change_column :spree_prices, :amount, :decimal, precision: 8, scale: 2, null: false
8
- end
9
- end
@@ -1,5 +0,0 @@
1
- class AddCurrencyToLineItems < ActiveRecord::Migration[4.2]
2
- def change
3
- add_column :spree_line_items, :currency, :string
4
- end
5
- end
@@ -1,5 +0,0 @@
1
- class AddCurrencyToOrders < ActiveRecord::Migration[4.2]
2
- def change
3
- add_column :spree_orders, :currency, :string
4
- end
5
- end
@@ -1,5 +0,0 @@
1
- class AddCostCurrencyToVariants < ActiveRecord::Migration[4.2]
2
- def change
3
- add_column :spree_variants, :cost_currency, :string, after: :cost_price
4
- end
5
- end
@@ -1,5 +0,0 @@
1
- class RemoveDisplayOnFromPaymentMethods < ActiveRecord::Migration[4.2]
2
- def up
3
- remove_column :spree_payment_methods, :display_on
4
- end
5
- end
@@ -1,5 +0,0 @@
1
- class AddPositionToTaxonomies < ActiveRecord::Migration[4.2]
2
- def change
3
- add_column :spree_taxonomies, :position, :integer, default: 0
4
- end
5
- end
@@ -1,5 +0,0 @@
1
- class AddLastIpToSpreeOrders < ActiveRecord::Migration[4.2]
2
- def change
3
- add_column :spree_orders, :last_ip_address, :string
4
- end
5
- end
@@ -1,6 +0,0 @@
1
- class AddStateToSpreeAdjustments < ActiveRecord::Migration[4.2]
2
- def change
3
- add_column :spree_adjustments, :state, :string
4
- remove_column :spree_adjustments, :locked
5
- end
6
- end
@@ -1,9 +0,0 @@
1
- class AddDisplayOnToSpreePaymentMethods < ActiveRecord::Migration[4.2]
2
- def self.up
3
- add_column :spree_payment_methods, :display_on, :string
4
- end
5
-
6
- def self.down
7
- remove_column :spree_payment_methods, :display_on
8
- end
9
- end