After [34529], if a compatible termmeta table is found on database upgrade, convert it to utf8mb4 collation.

Props dboulet.
Fixes #34224.

git-svn-id: https://develop.svn.wordpress.org/trunk@34978 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2015-10-09 02:06:15 +00:00
parent 5a55add794
commit fb6d5f4aba
2 changed files with 4 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ $wp_version = '4.4-alpha-33636-src';
*
* @global int $wp_db_version
*/
$wp_db_version = 34903;
$wp_db_version = 34978;
/**
* Holds the TinyMCE version