You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nopCommerce version: Updating nopCommerce from 4.50 to 4.70
Steps to reproduce the problem: plugin migration fails when upgrading to 4.70 plugin because a table was added to an existing migration.
The issue appears to have been introduced in commit 396b69c in the SchemaMigration.cs file. This was moving the plugin from version 4.70.1 to 4.70.2. If a prior version of the plugin is already installed, the ItemClassification table is not created and tax calculations will fail.
Adding the table manually solves the problem.
The text was updated successfully, but these errors were encountered:
nopCommerce version: Updating nopCommerce from 4.50 to 4.70
Steps to reproduce the problem: plugin migration fails when upgrading to 4.70 plugin because a table was added to an existing migration.
The issue appears to have been introduced in commit 396b69c in the SchemaMigration.cs file. This was moving the plugin from version 4.70.1 to 4.70.2. If a prior version of the plugin is already installed, the ItemClassification table is not created and tax calculations will fail.
Adding the table manually solves the problem.
The text was updated successfully, but these errors were encountered: