Changeset 9168
- Timestamp:
- 11/22/2014 03:40:04 PM (12 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
-
bp-core/admin/bp-core-schema.php (modified) (1 diff)
-
bp-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-schema.php
r8567 r9168 137 137 action text NOT NULL, 138 138 content longtext NOT NULL, 139 primary_link varchar(255)NOT NULL,139 primary_link text NOT NULL, 140 140 item_id bigint(20) NOT NULL, 141 141 secondary_item_id bigint(20) DEFAULT NULL, -
trunk/src/bp-loader.php
r9035 r9168 302 302 303 303 $this->version = '2.2-alpha'; 304 $this->db_version = 8311;304 $this->db_version = 9167; 305 305 306 306 /** Loading ***********************************************************/
Note: See TracChangeset
for help on using the changeset viewer.