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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user