Skip to content

Commit

Permalink
Update schema.php
Browse files Browse the repository at this point in the history
Co-authored-by: Rinat K <[email protected]>
  • Loading branch information
sjinks and rinatkhaziev committed Mar 16, 2023
1 parent 90f1876 commit ef3cedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
$search = 'KEY meta_key (meta_key(191))';
if ( false !== strpos( $q, $search ) ) {
$status = _get_table_status( $wpdb->postmeta );
/* If the table does not exists, simply replace the index definition */
/* If the table does not exist, simply replace the index definition */
if ( null === $status ) {
$queries[ $k ] = str_replace( $search, get_postmeta_key_value_index( 'meta_key' ), $q );
} else {
Expand Down

0 comments on commit ef3cedc

Please sign in to comment.