Folow-up r89526: tabs and eol-style :(
authorMax Semenik <maxsem@users.mediawiki.org>
Sun, 5 Jun 2011 19:46:08 +0000 (19:46 +0000)
committerMax Semenik <maxsem@users.mediawiki.org>
Sun, 5 Jun 2011 19:46:08 +0000 (19:46 +0000)
includes/installer/SqliteUpdater.php
maintenance/sqlite/archives/patch-archive_kill_ar_page_revid.sql

index b09d98f..36bc679 100644 (file)
@@ -53,7 +53,7 @@ class SqliteUpdater extends DatabaseUpdater {
                        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' ),
index 860b01b..0f3e9c7 100644 (file)
@@ -1,3 +1,3 @@
--- Used for killing the wrong index added during SVN for 1.17\r
--- Won't affect most people, but it doesn't need to exist\r
+-- 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