diff options
author | Max Kostikov <max@kostikov.co> | 2019-03-19 11:18:23 +0100 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2019-03-19 11:18:23 +0100 |
commit | a27e4072b441f6450daf350245e82611f85560ba (patch) | |
tree | a9ab66859b9a16f6bd4f02a034c3e655f92eba46 /boot.php | |
parent | 1742159345dbfd9cc66b03710c9bcc3fc5f93378 (diff) | |
parent | fad26a49beb9d067ad101798f4c0b2b15dcb035c (diff) | |
download | volse-hubzilla-a27e4072b441f6450daf350245e82611f85560ba.tar.gz volse-hubzilla-a27e4072b441f6450daf350245e82611f85560ba.tar.bz2 volse-hubzilla-a27e4072b441f6450daf350245e82611f85560ba.zip |
Merge branch 'update_1231' into 'dev'
mysql: remove some unused indices and add thr_parent index. pgsql: sync...
See merge request hubzilla/core!1560
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__ ); |