From 2d99f7203fd5b071d6d82ce8e35b621260278e06 Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Sun, 5 Jun 2011 19:46:08 +0000 Subject: [PATCH] Folow-up r89526: tabs and eol-style :( --- includes/installer/SqliteUpdater.php | 2 +- .../sqlite/archives/patch-archive_kill_ar_page_revid.sql | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/installer/SqliteUpdater.php b/includes/installer/SqliteUpdater.php index b09d98face..36bc679961 100644 --- a/includes/installer/SqliteUpdater.php +++ b/includes/installer/SqliteUpdater.php @@ -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' ), diff --git a/maintenance/sqlite/archives/patch-archive_kill_ar_page_revid.sql b/maintenance/sqlite/archives/patch-archive_kill_ar_page_revid.sql index 860b01b4a3..0f3e9c7f92 100644 --- a/maintenance/sqlite/archives/patch-archive_kill_ar_page_revid.sql +++ b/maintenance/sqlite/archives/patch-archive_kill_ar_page_revid.sql @@ -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 -- 2.20.1