From b3a5dd8aa8c8990e6139fc817f9c9f706d2e0976 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 31 Jan 2024 13:29:56 +0000 Subject: store seen mids in session instead of cache and increase sess_data column to medium text --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index bc5abfd50..92583aec0 100644 --- a/boot.php +++ b/boot.php @@ -65,7 +65,7 @@ define('PLATFORM_NAME', 'hubzilla'); define('STD_VERSION', '8.9.5'); define('ZOT_REVISION', '6.0'); -define('DB_UPDATE_VERSION', 1261); +define('DB_UPDATE_VERSION', 1262); define('PROJECT_BASE', __DIR__); -- cgit v1.2.3