[buddypress-trac] [BuddyPress Trac] #7834: WordPress Changeset 42836 introduces conflict with BuddyPress `blogmeta` table
buddypress-trac
noreply at wordpress.org
Sat Jun 16 09:37:35 UTC 2018
#7834: WordPress Changeset 42836 introduces conflict with BuddyPress `blogmeta`
table
--------------------------+---------------------
Reporter: needle | Owner: djpaul
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 4.0
Component: Blogs | Version:
Severity: normal | Resolution: fixed
Keywords: dev-feedback |
--------------------------+---------------------
Changes (by djpaul):
* owner: (none) => djpaul
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"12173" 12173]:
{{{
#!CommitTicketReference repository="" revision="12173"
Blogs: rename meta table key for compatibilty with #WP37923
The WordPress change introduces a blogmeta table in WordPress 5.0.
It uses `$wpdb->blogmeta` to access the table name, which is what
BuddyPress has been using.
This'll be a breaking change for any manual SQL queries as soon as WP 5.0
is released.
When BuddyPress requires 5.0, we can look at migrating table content over,
but that is some ways in the future.
Fixes #7834
Props needle, r-a-y
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/7834#comment:15>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list