diff options
author | friendica <info@friendica.com> | 2015-03-26 19:55:52 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-26 19:55:52 -0700 |
commit | 0bb89778d382fc5758354c6986130ce1ddba7d4c (patch) | |
tree | 8c321117f634f883a46e5848f88ba3540817f538 /boot.php | |
parent | fe2d5969d26c0506349b4f7d2ad54f820424f063 (diff) | |
download | volse-hubzilla-0bb89778d382fc5758354c6986130ce1ddba7d4c.tar.gz volse-hubzilla-0bb89778d382fc5758354c6986130ce1ddba7d4c.tar.bz2 volse-hubzilla-0bb89778d382fc5758354c6986130ce1ddba7d4c.zip |
add channel_lastpost timestamp to help optimise some outrageously expensive queries.
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |