diff options
author | Mario <mario@mariovavti.com> | 2021-06-27 13:45:06 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-06-27 13:45:06 +0000 |
commit | b3b842c0713aef18274fd7ecb95551a4d22d1763 (patch) | |
tree | b29a3b63b7bd5fe9a340a56176d9be78debef24a /boot.php | |
parent | aca8d1b8f995cf2a4cbbdbb88f7eaebf08967e30 (diff) | |
download | volse-hubzilla-b3b842c0713aef18274fd7ecb95551a4d22d1763.tar.gz volse-hubzilla-b3b842c0713aef18274fd7ecb95551a4d22d1763.tar.bz2 volse-hubzilla-b3b842c0713aef18274fd7ecb95551a4d22d1763.zip |
update 1246 to flag legacy zot hublocs and xchans deleted. we will set the deleted flag to 2 so we can distinguish them from real deletes if necessary
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'STD_VERSION', '5.9.7' ); define ( 'ZOT_REVISION', '6.0' ); -define ( 'DB_UPDATE_VERSION', 1245 ); +define ( 'DB_UPDATE_VERSION', 1246 ); define ( 'PROJECT_BASE', __DIR__ ); |