Whee, a debugging piece of SQL had made it through in r59932
[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 VALUES ('convert transcache field');