http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89527
Revision: 89527
Author: maxsem
Date: 2011-06-05 19:46:08 +0000 (Sun, 05 Jun 2011)
Log Message:
-----------
Folow-up r89526: tabs and eol-style :(
Modified Paths:
--------------
trunk/phase3/includes/installer/SqliteUpdater.php
trunk/phase3/maintenance/sqlite/archives/patch-archive_kill_ar_page_revid.sql
Property Changed:
----------------
trunk/phase3/maintenance/sqlite/archives/patch-archive_kill_ar_page_revid.sql
Modified: trunk/phase3/includes/installer/SqliteUpdater.php
===================================================================
--- trunk/phase3/includes/installer/SqliteUpdater.php 2011-06-05 19:39:28 UTC
(rev 89526)
+++ trunk/phase3/includes/installer/SqliteUpdater.php 2011-06-05 19:46:08 UTC
(rev 89527)
@@ -53,7 +53,7 @@
array( 'addTable', 'msg_resource',
'patch-msg_resource.sql' ),
array( 'addTable', 'module_deps',
'patch-module_deps.sql' ),
array( 'dropIndex', 'archive', 'ar_page_revid',
'patch-archive_kill_ar_page_revid.sql' ),
- array( 'addIndex', 'archive', 'ar_revid',
'patch-archive_ar_revid.sql' ),
+ array( 'addIndex', 'archive', 'ar_revid',
'patch-archive_ar_revid.sql' ),
// 1.19
array( 'addTable', 'config', 'patch-config.sql' ),
Modified:
trunk/phase3/maintenance/sqlite/archives/patch-archive_kill_ar_page_revid.sql
===================================================================
---
trunk/phase3/maintenance/sqlite/archives/patch-archive_kill_ar_page_revid.sql
2011-06-05 19:39:28 UTC (rev 89526)
+++
trunk/phase3/maintenance/sqlite/archives/patch-archive_kill_ar_page_revid.sql
2011-06-05 19:46:08 UTC (rev 89527)
@@ -1,3 +1,3 @@
--- Used for killing the wrong index added during SVN for 1.17
--- Won't affect most people, but it doesn't need to exist
+-- Used for killing the wrong index added during SVN for 1.17
+-- Won't affect most people, but it doesn't need to exist
DROP INDEX IF EXISTS ar_page_revid;
\ No newline at end of file
Property changes on:
trunk/phase3/maintenance/sqlite/archives/patch-archive_kill_ar_page_revid.sql
___________________________________________________________________
Added: svn:eol-style
+ native
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs