[wpmu-trac] [WordPress MU Trac] #334: wp_sitemeta should have
UNIQUE index on site_id AND meta_key
WordPress MU Trac
wpmu-trac at lists.automattic.com
Mon May 14 07:33:06 GMT 2007
#334: wp_sitemeta should have UNIQUE index on site_id AND meta_key
--------------------------+-------------------------------------------------
Reporter: gwagenknecht | Owner: somebody
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: component1 | Version:
Severity: normal | Keywords:
--------------------------+-------------------------------------------------
{{{
ALTER TABLE `wp_sitemeta` DROP INDEX `site_id` ,
ADD UNIQUE `site_id_meta_key` ( `site_id` , `meta_key` )
}}}
--
Ticket URL: <http://trac.mu.wordpress.org/ticket/334>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
More information about the wpmu-trac
mailing list