mirror of
https://github.com/furyhawk/agent_delta.git
synced 2026-07-21 02:05:36 +00:00
18 lines
348 B
Python
18 lines
348 B
Python
"""add active_knowledge_base_ids to conversations — skipped (enable_teams/enable_rag/use_jwt=false or no SQL DB)
|
|
|
|
Revision ID: 0009_conv_active_kb_ids
|
|
"""
|
|
|
|
revision = "0009_conv_active_kb_ids"
|
|
down_revision = "0008_backfill_default_kbs"
|
|
branch_labels = None
|
|
depends_on = None
|
|
|
|
|
|
def upgrade() -> None:
|
|
pass
|
|
|
|
|
|
def downgrade() -> None:
|
|
pass
|