Merge "Use a better regular expression to find documented hooks in findHooks.php"
[lhc/web/wiklou.git] / maintenance / archives / patch-tc-timestamp.sql
index 4d90cf3..3f7dde4 100644 (file)
@@ -1,4 +1,4 @@
 ALTER TABLE /*_*/transcache MODIFY tc_time binary(14);
 UPDATE /*_*/transcache SET tc_time = DATE_FORMAT(FROM_UNIXTIME(tc_time), "%Y%c%d%H%i%s");
 
-INSERT INTO /*_*/updatelog VALUES ('convert transcache field');
+INSERT INTO /*_*/updatelog(ul_key) VALUES ('convert transcache field');