diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-05-08 20:12:54 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-05-08 20:12:54 +0200 |
commit | e53650d6c66a9338259dc7cd7f067b8e80d6ce19 (patch) | |
tree | b96ddcbf095608d2a6f11f139cf00ac268ef344c /boot.php | |
parent | 5bf9a9828c4000c8f293efc17bc094c026a5dc0a (diff) | |
download | volse-hubzilla-e53650d6c66a9338259dc7cd7f067b8e80d6ce19.tar.gz volse-hubzilla-e53650d6c66a9338259dc7cd7f067b8e80d6ce19.tar.bz2 volse-hubzilla-e53650d6c66a9338259dc7cd7f067b8e80d6ce19.zip |
another DB update to fix uid_mid index in item table and add xchan_photo_m index to xchan table
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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__ ); |