[wp-trac] [WordPress Trac] #39808: My Sites broken in 4.7.2
WordPress Trac
noreply at wordpress.org
Wed May 24 18:11:50 UTC 2017
#39808: My Sites broken in 4.7.2
--------------------------------+------------------------------
Reporter: earl.fogel | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Networks and Sites | Version: 4.7.2
Severity: normal | Resolution:
Keywords: | Focuses: multisite
--------------------------------+------------------------------
Comment (by earl.fogel):
Thanks, that works but has a side effect of unarchiving any previously
archived blogs.
I found an alternate method that avoids this:
mysql> alter table wp_blogs modify column archived char(1);
mysql> alter table wp_blogs modify column archived tinyint(2) NOT NULL
DEFAULT '0';
--
Ticket URL: <https://core.trac.wordpress.org/ticket/39808#comment:14>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list