Index: trunk/phase3/maintenance/sqlite/archives/patch-archive_kill_ar_page_revid.sql |
— | — | @@ -1,3 +1,3 @@ |
| 2 | +-- Used for killing the wrong index added during SVN for 1.17 |
| 3 | +-- Won't affect most people, but it doesn't need to exist |
2 | 4 | 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 |
3 | 5 | + native |
Index: trunk/phase3/includes/installer/SqliteUpdater.php |
— | — | @@ -53,7 +53,7 @@ |
54 | 54 | array( 'addTable', 'msg_resource', 'patch-msg_resource.sql' ), |
55 | 55 | array( 'addTable', 'module_deps', 'patch-module_deps.sql' ), |
56 | 56 | array( 'dropIndex', 'archive', 'ar_page_revid', 'patch-archive_kill_ar_page_revid.sql' ), |
57 | | - array( 'addIndex', 'archive', 'ar_revid', 'patch-archive_ar_revid.sql' ), |
| 57 | + array( 'addIndex', 'archive', 'ar_revid', 'patch-archive_ar_revid.sql' ), |
58 | 58 | |
59 | 59 | // 1.19 |
60 | 60 | array( 'addTable', 'config', 'patch-config.sql' ), |