Make WordPress Core


Ignore:
Timestamp:
12/07/2009 01:57:18 PM (16 years ago)
Author:
ryan
Message:

Drop autoload index from schema. Tweak key layout to satisdy dbDelta. Props nacin. fixes #11322 #2699

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/schema.php

    r12217 r12329  
    110110  autoload varchar(20) NOT NULL default 'yes',
    111111  PRIMARY KEY  (option_id),
    112   UNIQUE option_name (option_name),
    113   UNIQUE autoloaded_options (autoload, option_name)
     112  UNIQUE KEY option_name (option_name)
    114113) $charset_collate;
    115114CREATE TABLE $wpdb->postmeta (
Note: See TracChangeset for help on using the changeset viewer.