Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/07/2015 01:28:21 PM (10 years ago)
Author:
boonebgorges
Message:

Introduce bp_pre_schema_upgrade() and use it to drop old meta_key indexes.

After [9695], BP tries to update existing indexes using dbDelta(), but
dbDelta() cannot DROP INDEX properly. So we must run a separate routine
before the regular schema updates. See WP's pre_schema_upgrade().

See #6346.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-loader.php

    r9683 r9716  
    306306
    307307        $this->version    = '2.3-alpha';
    308         $this->db_version = 9615;
     308        $this->db_version = 9695;
    309309
    310310        /** Loading ***********************************************************/
Note: See TracChangeset for help on using the changeset viewer.