| Current Path : /var/www/element/data/www/wiki.element.ru/maintenance/archives/ |
| 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');