Skip to:
Content

BuddyPress.org

Changeset 5966


Ignore:
Timestamp:
04/06/2012 11:41:57 PM (12 years ago)
Author:
boonebgorges
Message:

Changes primary_link data type in activity table to varchar(255), to avoid unintended truncation. Fixes #4118

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/admin/bp-core-schema.php

    r5955 r5966  
    8989                action text NOT NULL,
    9090                content longtext NOT NULL,
    91                 primary_link varchar(150) NOT NULL,
     91                primary_link varchar(255) NOT NULL,
    9292                item_id bigint(20) NOT NULL,
    9393                secondary_item_id bigint(20) DEFAULT NULL,
  • trunk/bp-loader.php

    r5963 r5966  
    5858     * @var int Database version of current BuddyPress files
    5959     */
    60     public $db_version = 5250;
     60    public $db_version = 5251;
    6161   
    6262    /**
Note: See TracChangeset for help on using the changeset viewer.