Add MessagesBi.php
[lhc/web/wiklou.git] / maintenance / sqlite / archives / patch-tc-timestamp.sql
1 UPDATE /*_*/transcache SET tc_time = strftime('%Y%m%d%H%M%S', datetime(tc_time, 'unixepoch'));
2
3 INSERT INTO /*_*/updatelog (ul_key) VALUES ('convert transcache field');