Schema: Increase length of user_pass and user_activation_key fields to 255.

Props grvrulz and Miglosh for testing.
Fixes #33904.

git-svn-id: https://develop.svn.wordpress.org/trunk@35638 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90)
2015-11-15 14:18:51 +00:00
parent fb8b991809
commit 0792eaf237
2 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ $wp_version = '4.4-beta4-35625-src';
*
* @global int $wp_db_version
*/
$wp_db_version = 35465;
$wp_db_version = 35638;
/**
* Holds the TinyMCE version