Add MessagesBi.php
[lhc/web/wiklou.git] / maintenance / sqlite / archives / patch-tc-timestamp.sql
index 551a5f1..5c09bf3 100644 (file)
@@ -1,3 +1,3 @@
 UPDATE /*_*/transcache SET tc_time = strftime('%Y%m%d%H%M%S', datetime(tc_time, 'unixepoch'));
 
-INSERT INTO /*_*/updatelog VALUES ('convert transcache field');
+INSERT INTO /*_*/updatelog (ul_key) VALUES ('convert transcache field');