add event-id index to prevent large CPU loads when visiting the events page

This commit is contained in:
Zach Prezkuta 2013-01-27 17:52:44 -07:00
parent c9cce9873d
commit 3f77eb80fe
3 changed files with 19 additions and 2 deletions

View file

@ -14,7 +14,7 @@ require_once('include/features.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
define ( 'FRIENDICA_VERSION', '3.1.1601' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'DB_UPDATE_VERSION', 1158 );
define ( 'DB_UPDATE_VERSION', 1159 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );