Whee, a debugging piece of SQL had made it through in r59932
authorMax Semenik <maxsem@users.mediawiki.org>
Fri, 11 Dec 2009 23:30:08 +0000 (23:30 +0000)
committerMax Semenik <maxsem@users.mediawiki.org>
Fri, 11 Dec 2009 23:30:08 +0000 (23:30 +0000)
maintenance/sqlite/archives/patch-tc-timestamp.sql

index 8e54da2..551a5f1 100644 (file)
@@ -1,3 +1,3 @@
-UPDATE /*_*/transcache SET tc_time = strftime('%Y%m%d%H%M%S', datetime(1260465428, 'unixepoch'));
+UPDATE /*_*/transcache SET tc_time = strftime('%Y%m%d%H%M%S', datetime(tc_time, 'unixepoch'));
 
 INSERT INTO /*_*/updatelog VALUES ('convert transcache field');