Skip to:
Content

BuddyPress.org

Changeset 5955


Ignore:
Timestamp:
03/31/2012 03:09:56 PM (13 years ago)
Author:
djpaul
Message:

Correct item_id column types in activity table schema. All props to boonebgorges, fixes #4104

Location:
trunk
Files:
2 edited

Legend:

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

    r5779 r5955  
    9090                content longtext NOT NULL,
    9191                primary_link varchar(150) NOT NULL,
    92                 item_id varchar(75) NOT NULL,
    93                 secondary_item_id varchar(75) DEFAULT NULL,
     92                item_id bigint(20) NOT NULL,
     93                secondary_item_id bigint(20) DEFAULT NULL,
    9494                date_recorded datetime NOT NULL,
    9595                hide_sitewide bool DEFAULT 0,
  • trunk/bp-loader.php

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