Comments: Update DB version number used to trigger the upgrade routine for changing the comment_type DB field value in comments table.

Follow-up to [47597], [47626], [48225], [48227], [48748].

Props desrosj.
See #49236.

git-svn-id: https://develop.svn.wordpress.org/trunk@48751 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2020-08-07 16:30:32 +00:00
parent 8c11d506e1
commit 29b58359ed
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ $wp_version = '5.6-alpha-48683-src';
*
* @global int $wp_db_version
*/
$wp_db_version = 48575;
$wp_db_version = 48748;
/**
* Holds the TinyMCE version.