feat: split initial social schema migration chain

replace monolithic migration with ordered scripts, include profiles/sessions in migration, and verify full downgrade/upgrade cycle for clean Supabase bootstrap
This commit is contained in:
qzl
2026-02-26 17:58:37 +08:00
parent 2994cc708c
commit 6641eba9df
22 changed files with 2242 additions and 23 deletions
+10
View File
@@ -20,9 +20,19 @@ from core.db.base import Base # noqa: E402
from models import ( # noqa: F401,E402
AgentChatMessage,
AgentChatSession,
AutomationJob,
Group,
GroupMember,
InboxMessage,
Llm,
LlmFactory,
Memory,
Profile,
ScheduleItem,
ScheduleSubscription,
Todo,
TodoSource,
UserAgent,
)
if TYPE_CHECKING: