Changeset 5966
- Timestamp:
- 04/06/2012 11:41:57 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-schema.php
r5955 r5966 89 89 action text NOT NULL, 90 90 content longtext NOT NULL, 91 primary_link varchar( 150) NOT NULL,91 primary_link varchar(255) NOT NULL, 92 92 item_id bigint(20) NOT NULL, 93 93 secondary_item_id bigint(20) DEFAULT NULL, -
trunk/bp-loader.php
r5963 r5966 58 58 * @var int Database version of current BuddyPress files 59 59 */ 60 public $db_version = 525 0;60 public $db_version = 5251; 61 61 62 62 /**
Note: See TracChangeset
for help on using the changeset viewer.