X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   News and Announcements (https://forum.x-cart.com/forumdisplay.php?f=28)
-   -   X-Cart 4.5.5 news for developers (https://forum.x-cart.com/showthread.php?t=66187)

aim 02-21-2013 05:31 AM

X-Cart 4.5.5 news for developers
 
DB changes which may affected 3rd-party modules


ALTER TABLE xcart_config
ADD signature char(40) NOT NULL DEFAULT '' COMMENT 'Used to validate significant values';

ALTER TABLE xcart_customers
ADD signature char(40) NOT NULL DEFAULT '' COMMENT 'Used to validate admin accounts' AFTER password;


ALTER TABLE xcart_sessions_data
ADD signature char(40) NOT NULL DEFAULT '' COMMENT 'Used to validate admin sessions' AFTER data;


All times are GMT -8. The time now is 11:26 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.