Add user_nicename key to users table. fixes #4937

git-svn-id: https://develop.svn.wordpress.org/trunk@6075 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2007-09-11 18:13:56 +00:00
parent 11ed527c0d
commit 951354b6bc
2 changed files with 3 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
// This holds the version number in a separate file so we can bump it without cluttering the SVN
$wp_version = '2.3-beta3';
$wp_db_version = 6039;
$wp_db_version = 6075;
?>