[wp-trac] [WordPress Trac] #41685: Save database version in site meta (Multisite)

WordPress Trac noreply at wordpress.org
Mon Aug 21 11:00:33 UTC 2017


#41685: Save database version in site meta (Multisite)
--------------------------------+------------------------------------------
 Reporter:  spacedmonkey        |      Owner:
     Type:  enhancement         |     Status:  new
 Priority:  normal              |  Milestone:  Awaiting Review
Component:  Networks and Sites  |    Version:  3.0
 Severity:  normal              |   Keywords:  needs-patch needs-unit-tests
  Focuses:  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.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/41685>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list