Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/12/2010 12:27:36 PM (15 years ago)
Author:
apeatling
Message:

Fixes #1999

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-activity.php

    r2815 r2838  
    11<?php
    22
    3 define ( 'BP_ACTIVITY_DB_VERSION', '2060' );
     3define ( 'BP_ACTIVITY_DB_VERSION', '2100' );
    44
    55/* Define the slug for the component */
     
    4545                date_recorded datetime NOT NULL,
    4646                hide_sitewide bool DEFAULT 0,
    47                 mptt_left int(11) NOT NULL,
    48                 mptt_right int(11) NOT NULL,
     47                mptt_left int(11) NOT NULL DEFAULT 0,
     48                mptt_right int(11) NOT NULL DEFAULT 0,
    4949                KEY date_recorded (date_recorded),
    5050                KEY user_id (user_id),
Note: See TracChangeset for help on using the changeset viewer.