mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
feat(governance): unify durable event retention
This commit is contained in:
@@ -46,6 +46,7 @@ class AgentChat(Base):
|
||||
Index("ix_agentchat_session_user", "session_id", "user_id"),
|
||||
Index("ix_agentchat_user_updated", "user_id", "updated_at", "id"),
|
||||
Index("ix_agentchat_channel_updated", "channel", "updated_at", "id"),
|
||||
Index("ix_agentchat_updated_id", "updated_at", "id"),
|
||||
)
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user