SzkoleniaRiskoff/upgradescripts/4.50-4.60
l.gabrysiak d461649989 start 2024-08-21 12:17:23 +02:00
..
Readme.txt start 2024-08-21 12:17:23 +02:00
mssql_customer_data_migrate.sql start 2024-08-21 12:17:23 +02:00
mssql_long_seo_migrate.sql start 2024-08-21 12:17:23 +02:00
mysql_customer_data_migrate.sql start 2024-08-21 12:17:23 +02:00
mysql_long_seo_migrate.sql start 2024-08-21 12:17:23 +02:00
postgres_customer_data_migrate.sql start 2024-08-21 12:17:23 +02:00
postgres_long_seo_migrate.sql start 2024-08-21 12:17:23 +02:00

Readme.txt

Version specific steps:

1. In 4.60, we have moved customer related fields from the "GenericAttribute" table to the "Customer" table (see details in https://github.com/nopSolutions/nopCommerce/issues/4601). 
If your database has a lot of "Customer" records, auto migration (during the first application start) can take a long time, so we have prepared scripts to update the database. Execute customer_data_migrate.sql (depending on the db provider) script over your database.

2. The following step is intended store owners upgrading to version 4.60.0 (please ignore this step for further minor version, e.g. 4.60.1 or 4.60.2, etc). If length of your meta keywords or meta description has more than 255 chars, please execute the long_seo_migrate.sql (depending on the db provider) script over your database.