Changeset 10733 for trunk/wp-admin/includes/schema.php
- Timestamp:
- 03/06/2009 08:26:45 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/schema.php
r10730 r10733 45 45 count bigint(20) NOT NULL default 0, 46 46 PRIMARY KEY (term_taxonomy_id), 47 UNIQUE KEY term_id_taxonomy (term_id,taxonomy) 47 UNIQUE KEY term_id_taxonomy (term_id,taxonomy), 48 KEY taxonomy (taxonomy) 48 49 ) $charset_collate; 49 50 CREATE TABLE $wpdb->term_relationships (
Note: See TracChangeset
for help on using the changeset viewer.