[wp-trac] [WordPress Trac] #19755: Redundant blog_versions table
WordPress Trac
noreply at wordpress.org
Thu Sep 19 21:41:46 UTC 2019
#19755: Redundant blog_versions table
-------------------------+------------------------
Reporter: johnbillion | Owner: whyisjake
Type: enhancement | Status: assigned
Priority: normal | Milestone: 5.3
Component: Multisite | Version: 3.0
Severity: minor | Resolution:
Keywords: has-patch | Focuses: multisite
-------------------------+------------------------
Comment (by whyisjake):
In [changeset:"46193" 46193]:
{{{
#!CommitTicketReference repository="" revision="46193"
Networks and Sites: Save database version in site meta (Multisite)
Currently there is there a table in multisite called blog_versions. All
this table stores is the database version as number and the date updated.
With plans to add site meta in #37923 this new table should be used. This
has a number of benefits, including functions to CRUD these values in the
database. Once this data is in the blogmeta, table, the blog_versions
table can be removed all together. If require a SQL view can be used
blog_versions from data stored in blogmeta.
Props spacedmonkey, leogermani.
Fixes #41685. See #19755.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/19755#comment:28>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list