Index: branches/resourceloader/phase3/includes/installer/MysqlUpdater.php |
— | — | @@ -152,6 +152,7 @@ |
153 | 153 | array( 'add_index', 'iwlinks', 'iwl_prefix_from_title', 'patch-rename-iwl_prefix.sql' ), |
154 | 154 | array( 'add_field', 'updatelog', 'ul_value', 'patch-ul_value.sql' ), |
155 | 155 | array( 'add_field', 'interwiki', 'iw_api', 'patch-iw_api_and_wikiid.sql' ), |
| 156 | + array( 'add_table', 'msg_resource', 'patch-msg_resource.sql' ), |
156 | 157 | ), |
157 | 158 | ); |
158 | 159 | } |
Index: branches/resourceloader/phase3/includes/installer/SqliteUpdater.php |
— | — | @@ -34,6 +34,7 @@ |
35 | 35 | array( 'add_index', 'iwlinks', 'iwl_prefix_from_title', 'patch-rename-iwl_prefix.sql' ), |
36 | 36 | array( 'add_field', 'updatelog', 'ul_value', 'patch-ul_value.sql' ), |
37 | 37 | array( 'add_field', 'interwiki', 'iw_api', 'patch-iw_api_and_wikiid.sql' ), |
| 38 | + array( 'add_table', 'msg_resource', 'patch-msg_resource.sql' ), |
38 | 39 | ), |
39 | 40 | ); |
40 | 41 | } |