Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 743 Bytes

2023-09-27-fix-null-value-issue-for-zipcode-column-in-database.md

File metadata and controls

11 lines (11 loc) · 743 Bytes
title issue
Fix Null Value Issue for 'zipcode' Column in Database
NEXT-29921

Core

  • Changed Shopware\Core\Checkout\Customer\Validation\AddressValidationFactory to remove the zipcode definition in validation.
  • Added migration Shopware\Core\Migration\V6_5\Migration1695776504UpdateZipCodeOfTableOrderAddressToNullable to update the zipcode column of the order_address table to nullable.
  • Added migration Shopware\Core\Migration\V6_5\Migration1695778183UpdateStreetOfTableCustomerAddressToNotNull to update the street column of the customer_address table to not null.

Storefront

  • Changed Shopware\Storefront\Page\Checkout\Confirm\CheckoutConfirmPageLoader to set the zipcode definition in validation.