Zen Cart Logo
Forums / Upgrading to 1.5.x / 4 Statements not processed on upgrade to 1.5.1

4 Statements not processed on upgrade to 1.5.1

Views: 732

Results 1 to 3 of 3
14 Jan 2013, 5:57 PM
#1
philip937 avatar

philip937

Totally Zenned

Join Date:
Aug 2009
Location:
Bedford, England
Posts:
968
Plugin Contributions:
0

4 Statements not processed on upgrade to 1.5.1

Can anyone tell me if this is a problem, just upgraded my database on 1.3.9h and got the following notifications:

SKIPPED: Cannot drop index page_accessed on table admin_activity_log because it does not exist.
SKIPPED: Cannot drop index access_date on table admin_activity_log because it does not exist.
SKIPPED: Cannot add index idx_page_accessed_zen to table admin_activity_log because it already exists.
SKIPPED: Cannot add index idx_access_date_zen to table admin_activity_log because it already exists.

Is this a problem? Do I need to do anything?

14 Jan 2013, 6:29 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: 4 Statements not processed on upgrade to 1.5.1

Nothing to be worried about. Those statements only exist to clean up changes made in older versions.

14 Jan 2013, 6:59 PM
#3
philip937 avatar

philip937

Totally Zenned

Join Date:
Aug 2009
Location:
Bedford, England
Posts:
968
Plugin Contributions:
0

Re: 4 Statements not processed on upgrade to 1.5.1

DrByte:

Nothing to be worried about. Those statements only exist to clean up changes made in older versions.

cool thanks for that