[wp-trac] [WordPress Trac] #41685: Save database version in site meta (Multisite)
WordPress Trac
noreply at wordpress.org
Thu Sep 19 21:41:47 UTC 2019
#41685: Save database version in site meta (Multisite)
--------------------------------+------------------------
Reporter: spacedmonkey | Owner: whyisjake
Type: enhancement | Status: closed
Priority: normal | Milestone: 5.3
Component: Networks and Sites | Version: 3.0
Severity: normal | Resolution: fixed
Keywords: has-patch commit | Focuses: multisite
--------------------------------+------------------------
Changes (by whyisjake):
* status: assigned => closed
* resolution: => fixed
Comment:
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/41685#comment:10>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list