db update to add index to item.resource_id we query this in wikis a lot

This commit is contained in:
Mario Vavti
2017-09-16 10:11:59 +02:00
parent cb3fb0049f
commit d5ffa5508d
4 changed files with 19 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' );
define ( 'STD_VERSION', '2.7.3' );
define ( 'ZOT_REVISION', '1.3' );
define ( 'DB_UPDATE_VERSION', 1195 );
define ( 'DB_UPDATE_VERSION', 1196 );
define ( 'PROJECT_BASE', __DIR__ );