Ticket #5890: 5890.diff
File 5890.diff, 1.2 KB (added by , 10 years ago) |
---|
-
src/bp-core/admin/bp-core-schema.php
121 121 * @since BuddyPress (1.0.0) 122 122 * 123 123 * @uses bp_core_set_charset() 124 * @uses bp_core_get_table_prefix() 124 * @uses bp_core_get_table_prefix() 125 125 * @uses dbDelta() 126 126 */ 127 127 function bp_core_install_activity_streams() { … … 136 136 type varchar(75) NOT NULL, 137 137 action text NOT NULL, 138 138 content longtext NOT NULL, 139 primary_link varchar(255)NOT NULL,139 primary_link text NOT NULL, 140 140 item_id bigint(20) NOT NULL, 141 141 secondary_item_id bigint(20) DEFAULT NULL, 142 142 date_recorded datetime NOT NULL, -
src/bp-loader.php
301 301 /** Versions **********************************************************/ 302 302 303 303 $this->version = '2.2-alpha'; 304 $this->db_version = 831 1;304 $this->db_version = 8312; 305 305 306 306 /** Loading ***********************************************************/ 307 307