From 4af064fd174f46bd37c7b6304c75950153a8b3cc Mon Sep 17 00:00:00 2001 From: xzj0898 <62733743+xzj0898@users.noreply.github.com> Date: Thu, 12 Feb 2026 16:40:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=A4=87=E4=BB=BD?= =?UTF-8?q?=E6=97=B6=E7=BC=BA=E5=A4=B1=E7=9A=84=E4=BA=BA=E6=A0=BC=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=A4=B9=E6=98=A0=E5=B0=84=20(#5042)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astrbot/core/backup/constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/astrbot/core/backup/constants.py b/astrbot/core/backup/constants.py index b45b702e7..be206b307 100644 --- a/astrbot/core/backup/constants.py +++ b/astrbot/core/backup/constants.py @@ -11,6 +11,7 @@ from astrbot.core.db.po import ( CommandConflict, ConversationV2, Persona, + PersonaFolder, PlatformMessageHistory, PlatformSession, PlatformStat, @@ -39,6 +40,7 @@ MAIN_DB_MODELS: dict[str, type[SQLModel]] = { "platform_stats": PlatformStat, "conversations": ConversationV2, "personas": Persona, + "persona_folders": PersonaFolder, "preferences": Preference, "platform_message_history": PlatformMessageHistory, "platform_sessions": PlatformSession,