From 7b7ed1034da275368bb9546e79e427401128ca75 Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Fri, 11 Dec 2009 23:30:08 +0000 Subject: [PATCH] Whee, a debugging piece of SQL had made it through in r59932 --- maintenance/sqlite/archives/patch-tc-timestamp.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/sqlite/archives/patch-tc-timestamp.sql b/maintenance/sqlite/archives/patch-tc-timestamp.sql index 8e54da2e5a..551a5f1c22 100644 --- a/maintenance/sqlite/archives/patch-tc-timestamp.sql +++ b/maintenance/sqlite/archives/patch-tc-timestamp.sql @@ -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'); -- 2.20.1