Enforce consistent ID types to allow for foreign keys to be defined between tables. Props Denis-de-Bernardy. see #9422

git-svn-id: https://develop.svn.wordpress.org/trunk@10852 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2009-03-31 21:57:51 +00:00
parent c3d0a6fe71
commit 6dfc7d31ba
2 changed files with 18 additions and 18 deletions

View File

@@ -15,6 +15,6 @@ $wp_version = '2.8-bleeding-edge';
*
* @global int $wp_db_version
*/
$wp_db_version = 10738;
$wp_db_version = 10850;
?>