diff options
author | Mario <mario@mariovavti.com> | 2021-05-07 15:02:55 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-05-07 15:02:55 +0000 |
commit | c2e007a8392be62c2698e5519b6d0dc0ec92a92b (patch) | |
tree | e7e2916e8c2546bb2dedaa3f23b61fc26366f71a /boot.php | |
parent | ebd0333256b8209de958085057848b649dbd9283 (diff) | |
download | volse-hubzilla-c2e007a8392be62c2698e5519b6d0dc0ec92a92b.tar.gz volse-hubzilla-c2e007a8392be62c2698e5519b6d0dc0ec92a92b.tar.bz2 volse-hubzilla-c2e007a8392be62c2698e5519b6d0dc0ec92a92b.zip |
update 1245 to fix hubloc_hash index for postgres
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'STD_VERSION', '5.7' ); define ( 'ZOT_REVISION', '6.0' ); -define ( 'DB_UPDATE_VERSION', 1244 ); +define ( 'DB_UPDATE_VERSION', 1245 ); define ( 'PROJECT_BASE', __DIR__ ); |