Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 1 KB

2021-01-19-remove-deprecated-columns-and-triggers.md

File metadata and controls

21 lines (19 loc) · 1 KB
title issue
Remove deprecated columns and triggers
NEXT-13278

Core

  • Removed the column currency.decimal_precision
  • Removed the column product.purchase_price. Replaced by product.purchase_prices
  • Removed the column customer_wishlist_product. This column was never used, and the feature still requires a feature flag.
  • Removed the trigger currency_cash_rounding_insert
  • Removed the trigger currency_cash_rounding_update
  • Removed the trigger product_purchase_prices_insert
  • Removed the trigger product_purchase_prices_update
  • Removed the trigger product_listing_price_update

Upgrade Information

Removed deprecated columns

  • Removed the column currency.decimal_precision. The rounding is now controlled by the CashRoundingConfig in the SalesChannelContext
  • Removed the column product.purchase_price. Replaced by product.purchase_prices
  • Removed the column customer_wishlist_product. This column was never used, and the feature still requires a feature flag.