Skip to:
Content

BuddyPress.org

Ticket #5890: 5890.diff

File 5890.diff, 1.2 KB (added by tharsheblows, 10 years ago)

change primary_link and bump version

  • src/bp-core/admin/bp-core-schema.php

     
    121121 * @since BuddyPress (1.0.0)
    122122 *
    123123 * @uses bp_core_set_charset()
    124  * @uses bp_core_get_table_prefix()
     124 * @uses bp_core_get_table_prefix() 
    125125 * @uses dbDelta()
    126126 */
    127127function bp_core_install_activity_streams() {
     
    136136                                type varchar(75) NOT NULL,
    137137                                action text NOT NULL,
    138138                                content longtext NOT NULL,
    139                                 primary_link varchar(255) NOT NULL,
     139                                primary_link text NOT NULL,
    140140                                item_id bigint(20) NOT NULL,
    141141                                secondary_item_id bigint(20) DEFAULT NULL,
    142142                                date_recorded datetime NOT NULL,
  • src/bp-loader.php

     
    301301                /** Versions **********************************************************/
    302302
    303303                $this->version    = '2.2-alpha';
    304                 $this->db_version = 8311;
     304                $this->db_version = 8312;
    305305
    306306                /** Loading ***********************************************************/
    307307