add channel_lastpost timestamp to help optimise some outrageously expensive queries.

This commit is contained in:
friendica
2015-03-26 19:55:52 -07:00
parent fe2d5969d2
commit 0bb89778d3
6 changed files with 27 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ define ( 'RED_PLATFORM', 'redmatrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
define ( 'DB_UPDATE_VERSION', 1139 );
define ( 'DB_UPDATE_VERSION', 1140 );
/**
* Constant with a HTML line break.