Hi All

Upgrading from 1.27d

In the mysql_upgrade_zencart_127_to_130.sql file there is the following:

ALTER TABLE counter_history CHANGE month startdate CHAR( 8 ) NULL DEFAULT NULL;

However, when I run that upgrade, I get the following error/exception:

SKIPPED: Cannot CHANGE column month because it does not exist.

Should there be a month column in the counter_history table?

I don't see it in the 1.3.7.1 db for a fresh install

Many thanks