Changeset 2838 for branches/1.2/bp-activity.php
- Timestamp:
- 03/12/2010 12:27:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-activity.php
r2815 r2838 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.