]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blobdiff - maintenance/sqlite/archives/patch-tc-timestamp.sql
MediaWiki 1.17.0
[autoinstalls/mediawiki.git] / maintenance / sqlite / archives / patch-tc-timestamp.sql
index 551a5f1c2261b1c1829175fbb5414000318db586..5c09bf357453e29f91b24325680c52f791091909 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');