aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-08-29 13:57:36 +0200
committerMario Vavti <mario@mariovavti.com>2018-08-29 13:57:36 +0200
commit42093aedcf9af8433ad9764116b98182e4fba658 (patch)
tree9041068723db7dc83f291d05ae4d3de1b079b8fe /boot.php
parent74d80473df46f16e3d5ac840648f491588bdbd1f (diff)
downloadvolse-hubzilla-42093aedcf9af8433ad9764116b98182e4fba658.tar.gz
volse-hubzilla-42093aedcf9af8433ad9764116b98182e4fba658.tar.bz2
volse-hubzilla-42093aedcf9af8433ad9764116b98182e4fba658.zip
db update to get rid of bogus activitypub xchans which got created due to a bug in the pubcrawl addon
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 8518a17f6..6c56a7dc0 100755
--- a/boot.php
+++ b/boot.php
@@ -54,7 +54,7 @@ define ( 'STD_VERSION', '3.7.1' );
define ( 'ZOT_REVISION', '6.0a' );
-define ( 'DB_UPDATE_VERSION', 1218 );
+define ( 'DB_UPDATE_VERSION', 1219 );
define ( 'PROJECT_BASE', __DIR__ );