Followup r69186, need to specify column name here
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 8 Jul 2010 18:35:26 +0000 (18:35 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 8 Jul 2010 18:35:26 +0000 (18:35 +0000)
maintenance/archives/patch-mime_minor_length.sql
maintenance/archives/patch-tc-timestamp.sql

index 3a3c5c4..8b63d1f 100644 (file)
@@ -7,4 +7,4 @@ ALTER TABLE /*_*/image
 ALTER TABLE /*_*/oldimage
   MODIFY COLUMN oi_minor_mime varbinary(100) NOT NULL default "unknown";
   
-INSERT INTO /*_*/updatelog VALUES ('mime_minor_length');
\ No newline at end of file
+INSERT INTO /*_*/updatelog(ul_key) VALUES ('mime_minor_length');
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');