diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-03-19 10:52:10 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-03-19 10:52:10 +0100 |
commit | fad26a49beb9d067ad101798f4c0b2b15dcb035c (patch) | |
tree | a9ab66859b9a16f6bd4f02a034c3e655f92eba46 /boot.php | |
parent | 1742159345dbfd9cc66b03710c9bcc3fc5f93378 (diff) | |
download | volse-hubzilla-fad26a49beb9d067ad101798f4c0b2b15dcb035c.tar.gz volse-hubzilla-fad26a49beb9d067ad101798f4c0b2b15dcb035c.tar.bz2 volse-hubzilla-fad26a49beb9d067ad101798f4c0b2b15dcb035c.zip |
mysql: remove some unused indices and add thr_parent index. pgsql: sync indices with mysql indices after testing on hub.disroot.org and add thr_parent
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' ); define ( 'ZOT_REVISION', '6.0a' ); -define ( 'DB_UPDATE_VERSION', 1230 ); +define ( 'DB_UPDATE_VERSION', 1231 ); define ( 'PROJECT_BASE', __DIR__ ); |