Upgrading DB from 1.56 to 1.57 on a test/different domain.
2 errors in log:
MySQL error 1060 encountered during zc_install:
Duplicate column name 'logmessage'
ALTER TABLE zen_admin_activity_log ADD logmessage mediumtext NOT NULL;
---------------
MySQL error 1060 encountered during zc_install:
Duplicate column name 'severity'
ALTER TABLE zen_admin_activity_log ADD severity varchar(9) NOT NULL DEFAULT 'info';
---------------
Compared 3 versions of the admin_activity_log table (before upgrade version, 1.57 fresh install, and currently upgraded version).
My collation is not the same, but otherwise, the 'severity' and 'logmessage' fields both have the same structure in each of the 3 instances.
Am I concerned with this error?
Guessing I can use the Zen Cart Database Conversion Tool to address my latin1_swedish_ci issue after I've upgraded?
Bookmarks