Changeset 5515 for trunk/wp-admin/upgrade-schema.php
- Timestamp:
- 05/22/2007 08:39:26 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/upgrade-schema.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upgrade-schema.php
r5510 r5515 32 32 object_id bigint(20) NOT NULL default 0, 33 33 term_taxonomy_id bigint(20) NOT NULL default 0, 34 PRIMARY KEY (object_id ),34 PRIMARY KEY (object_id, term_taxonomy_id), 35 35 KEY (term_taxonomy_id) 36 36 ) $charset_collate;
Note: See TracChangeset
for help on using the changeset viewer.