diff options
author | Mario <mario@mariovavti.com> | 2021-05-07 15:02:55 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-05-07 18:47:06 +0000 |
commit | 12828ee4d49db09e3adc61c1e53b501fe38050fb (patch) | |
tree | 49eda0b078bb16144a2cdd5a3e4c04c3a824877c /boot.php | |
parent | 605bf3b9d3cb5ad4c3675af5b167dc87a6a20ad5 (diff) | |
download | volse-hubzilla-12828ee4d49db09e3adc61c1e53b501fe38050fb.tar.gz volse-hubzilla-12828ee4d49db09e3adc61c1e53b501fe38050fb.tar.bz2 volse-hubzilla-12828ee4d49db09e3adc61c1e53b501fe38050fb.zip |
update 1245 to fix hubloc_hash index for postgres
(cherry picked from commit c2e007a8392be62c2698e5519b6d0dc0ec92a92b)
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.6RC2' ); define ( 'ZOT_REVISION', '6.0' ); -define ( 'DB_UPDATE_VERSION', 1244 ); +define ( 'DB_UPDATE_VERSION', 1245 ); define ( 'PROJECT_BASE', __DIR__ ); |