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:
parent
7e7dfdea55
commit
fb59d07c9b
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue