mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-17 01:46:07 +00:00
fix: stabilize 4.11 branch runtime state
This commit is contained in:
committed by
huanghuoguoguo
parent
35d970c4a5
commit
bdc6704d88
@@ -0,0 +1,19 @@
|
||||
"""merge mcp resource and agent product migration heads
|
||||
|
||||
Revision ID: 0010_merge_mcp_resource_agent_heads
|
||||
Revises: 0008_mcp_resource_prefs, 0009_migrate_routing_to_event_bindings
|
||||
Create Date: 2026-06-30
|
||||
"""
|
||||
|
||||
revision = '0010_merge_mcp_resource_agent_heads'
|
||||
down_revision = ('0008_mcp_resource_prefs', '0009_migrate_routing_to_event_bindings')
|
||||
branch_labels = None
|
||||
depends_on = None
|
||||
|
||||
|
||||
def upgrade() -> None:
|
||||
pass
|
||||
|
||||
|
||||
def downgrade() -> None:
|
||||
pass
|
||||
Reference in New Issue
Block a user