Changeset 2842 for trunk/bp-activity.php
- Timestamp:
- 03/12/2010 01:03:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity.php
r2822 r2842 1 1 <?php 2 2 3 define ( 'BP_ACTIVITY_DB_VERSION', '2 060' );3 define ( 'BP_ACTIVITY_DB_VERSION', '2100' ); 4 4 5 5 /* Define the slug for the component */ … … 45 45 date_recorded datetime NOT NULL, 46 46 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, 49 49 KEY date_recorded (date_recorded), 50 50 KEY user_id (user_id),
Note: See TracChangeset
for help on using the changeset viewer.