db update to add index for item.obj_type

This commit is contained in:
git-marijus
2017-07-31 16:49:56 +02:00
committed by Mario Vavti
parent a3fef34a3f
commit d33974cec4
4 changed files with 18 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' );
define ( 'STD_VERSION', '2.6RC' );
define ( 'ZOT_REVISION', '1.2' );
define ( 'DB_UPDATE_VERSION', 1192 );
define ( 'DB_UPDATE_VERSION', 1193 );
define ( 'PROJECT_BASE', __DIR__ );