Wikia code/maintenance/archives/patch-mime minor length.sql
Appearance
This page is obsolete. It is being retained for archival purposes. It may document extensions or features that are obsolete and/or no longer supported. Do not rely on the information here being up-to-date. The information shown below refers to the now unmaintained 1.16 MediaWiki release. The current stable release number is 1.42.3. |
--- D:\Programming\SVN\mediawiki\branches\REL1_16\phase3\maintenance\archives\patch-mime_minor_length.sql 2011-07-18 22:30:16.386718800 +0100
+++ D:\Programming\SVN\wikia\trunk\maintenance\archives\patch-mime_minor_length.sql 2011-08-17 15:05:21.935546900 +0100
@@ -7,4 +7,4 @@
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 IGNORE INTO /*_*/updatelog VALUES ('mime_minor_length');
\ No newline at end of file