Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can use execute sql statement from any of the mysql batch command.

R1804408 "Removed OEMPartyId (manufacturerPartyId) from Product entity as it was remnant of an old approach." Image Added

SQL query to remove manufacturerPartyId from the database to avoid error in the logs for field count mismatch.

ALTER TABLE PRODUCT DROP MANUFACTURER_PARTY_ID;