Skip to:
Content

BuddyPress.org


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

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

File:
1 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,
Note: See TracChangeset for help on using the changeset viewer.