Skip to:
Content

BuddyPress.org

Ticket #4104: 4104.01.diff

File 4104.01.diff, 967 bytes (added by boonebgorges, 13 years ago)
  • bp-core/admin/bp-core-schema.php

    diff --git bp-core/admin/bp-core-schema.php bp-core/admin/bp-core-schema.php
    index f98702e..cb2dada 100644
    function bp_core_install_activity_streams() { 
    8989                                action text NOT NULL,
    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,
    9696                                mptt_left int(11) NOT NULL DEFAULT 0,
  • bp-loader.php

    diff --git bp-loader.php bp-loader.php
    index e454d87..10afa74 100644
    class BuddyPress { 
    5757        /**
    5858         * @var int Database version of current BuddyPress files
    5959         */
    60         public $db_version = 5249;
     60        public $db_version = 5250;
    6161       
    6262        /**
    6363         * @var int Database version raw from database connection