Current Path : /home/cinepatreb/billetterie/modules/autoupgrade/upgrade/sql/ |
Current File : /home/cinepatreb/billetterie/modules/autoupgrade/upgrade/sql/1.7.7.1.sql |
/* PHP:ps_1771_update_customer_note(); */; SET SESSION sql_mode=''; SET NAMES 'utf8'; UPDATE `PREFIX_currency` SET numeric_iso_code = LPAD(numeric_iso_code, 3, '0') WHERE LENGTH(numeric_iso_code) != 3;