Added SQLite version of the patch since the other one has syntax errors on SQLite
[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');