PDA

View Full Version : Typo in upgrade script


alixen
28-03-2008, 11:38
Hi,

I've see a typo in the upgrade script for mysql :

#file :
upgrades/dbpatches/1.6/mysql

#Line 1:
#alter table alerts frop index alerts_3;
alter table alerts drop index alerts_3;

regards


For information : the script seems to works very well. I'm actualy testing . Thanks a lot :)