aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2019-03-19 11:18:23 +0100
committerMax Kostikov <max@kostikov.co>2019-03-19 11:18:23 +0100
commita27e4072b441f6450daf350245e82611f85560ba (patch)
treea9ab66859b9a16f6bd4f02a034c3e655f92eba46 /boot.php
parent1742159345dbfd9cc66b03710c9bcc3fc5f93378 (diff)
parentfad26a49beb9d067ad101798f4c0b2b15dcb035c (diff)
downloadvolse-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-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 939fa6d01..cf421c1b4 100755
--- a/boot.php
+++ b/boot.php
@@ -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__ );