Your IP : 172.70.130.191


Current Path : /var/www/element/data/www/wiki.element.ru/maintenance/archives/
Upload File :
Current File : /var/www/element/data/www/wiki.element.ru/maintenance/archives/patch-tc-timestamp.sql

ALTER TABLE /*_*/transcache MODIFY tc_time binary(14);
UPDATE /*_*/transcache SET tc_time = DATE_FORMAT(FROM_UNIXTIME(tc_time), "%Y%c%d%H%i%s");

INSERT INTO /*_*/updatelog(ul_key) VALUES ('convert transcache field');