From: Max Semenik Date: Sun, 5 Jun 2011 19:46:08 +0000 (+0000) Subject: Folow-up r89526: tabs and eol-style :( X-Git-Tag: 1.31.0-rc.0~29695 X-Git-Url: http://git.cyclocoop.org/data/Fool?a=commitdiff_plain;h=2d99f7203fd5b071d6d82ce8e35b621260278e06;p=lhc%2Fweb%2Fwiklou.git Folow-up r89526: tabs and eol-style :( --- 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