I tried to run parserTests on the latest version in Trunk (r53382). However, I get the following error:
A database error has occurred Query: SELECT lc_value FROM `mw_l10n_cache` WHERE lc_lang = 'en' AND lc_key = 'deps' LIMIT 1 Function: LCStore_DB::get Error: 1146 Table 'wikidb.mw_l10n_cache' doesn't exist (localhost)
Since I can run the tests on 1.16a (r52088), this suggests there is a database schema change contemplated between 1.16a and REL1_16. Is this correct? If so, how do I update my database to conform to the new schema?