Skip to:
Content

BuddyPress.org

Changeset 2842 for trunk/bp-activity.php


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

Merging 1.2 branch with trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity.php

    r2822 r2842  
    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.