]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
add event-id index to prevent large CPU loads when visiting the events page
[friendica.git] / boot.php
index 24b5f5ca9f016b9b5069066d0663bcd7c6cc58b9..0eef8b7cf95a8621855ac654a7c5c821b0e8a89a 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -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' );