Skip to content

Commit 9d802e0

Browse files
Database: Update $wp_db_version to point to the correct commit number.
Follow-up to [60717]. See #50161. git-svn-id: https://develop.svn.wordpress.org/trunk@60718 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 601ddd4 commit 9d802e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/wp-admin/includes/upgrade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2505,7 +2505,7 @@ function upgrade_690() {
25052505
update_option( 'active_plugins', $active_plugins );
25062506
}
25072507

2508-
if ( $wp_current_db_version < 60716 ) {
2508+
if ( $wp_current_db_version < 60717 ) {
25092509
$wpdb->query( "ALTER TABLE $wpdb->posts ADD INDEX type_status_author (post_type,post_status,post_author)" );
25102510
}
25112511
}

src/wp-includes/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*
2424
* @global int $wp_db_version
2525
*/
26-
$wp_db_version = 60716;
26+
$wp_db_version = 60717;
2727

2828
/**
2929
* Holds the TinyMCE version.

0 commit comments

Comments
 (0)