Database: Add unit test to test that a column type change for a table name with a hyphen is working after [37583].

Fixes #31679.
Built from https://develop.svn.wordpress.org/trunk@38044


git-svn-id: http://core.svn.wordpress.org/trunk@37985 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2016-07-13 11:39:41 +00:00
parent 7e7dfdea55
commit fb59d07c9b

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.6-beta2-38043';
$wp_version = '4.6-beta2-38044';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.