Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 901 Bytes

2021-01-29-fix-double-opt-in-column-names-of-customer-table.md

File metadata and controls

21 lines (20 loc) · 901 Bytes
title issue author author_email author_github
Fix double opt-in column names of customer table
NEXT-13243
Lennart Tinkloh
lernhart

Core

  • Added database column customer.double_opt_in_registration.
  • Added database column customer.double_opt_in_email_sent_date.
  • Added database column customer.double_opt_in_confirm_date.
  • Deprecated database column customer.doubleOptInRegistration for 6.5.0.0.
  • Deprecated database column customer.doubleOptInEmailSentDate for 6.5.0.0.
  • Deprecated database column customer.doubleOptInConfirmDate for 6.5.0.0.

Upgrade Information

Some database columns were renamed in the customer table to follow the snake_case naming convention. The old database columns will be dropped in 6.5.0.0.

These changes only apply to hard-coded SQL (e.g. in Migrations). The DAL already works properly with the new fields.