Fixed updater borkage on SQLite from r59925 and r59926, tweaked explanation for this...
[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(1260465428, 'unixepoch'));
2
3 INSERT INTO /*_*/updatelog VALUES ('convert transcache field');