From: Max Semenik Date: Fri, 11 Dec 2009 23:30:08 +0000 (+0000) Subject: Whee, a debugging piece of SQL had made it through in r59932 X-Git-Tag: 1.31.0-rc.0~38562 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=7b7ed1034da275368bb9546e79e427401128ca75;p=lhc%2Fweb%2Fwiklou.git Whee, a debugging piece of SQL had made it through in r59932 --- 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');