another DB update to fix uid_mid index in item table and add xchan_photo_m index to xchan table

This commit is contained in:
Mario Vavti
2019-05-08 20:12:54 +02:00
parent 5bf9a9828c
commit e53650d6c6
4 changed files with 44 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' );
define ( 'STD_VERSION', '4.1.2' );
define ( 'ZOT_REVISION', '6.0a' );
define ( 'DB_UPDATE_VERSION', 1232 );
define ( 'DB_UPDATE_VERSION', 1233 );
define ( 'PROJECT_BASE', __DIR__ );