Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/01/2015 05:22:59 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Notifications: Introduce notification metadata table.

  • Bump DB version
  • Introduce DB upgrade function & routine for 2.3.0
  • Add metadata table to Notifications installation function
  • Add metadata CRUD functions to Notifications component

See #6257.

File:
1 edited

Legend:

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

    r9559 r9572  
    304304
    305305        $this->version    = '2.3-alpha';
    306         $this->db_version = 9181;
     306        $this->db_version = 9572;
    307307
    308308        /** Loading ***********************************************************/
Note: See TracChangeset for help on using the changeset viewer.