Files
agent_delta/backend/alembic/versions/0010_org_billing_seats.py
T
2026-06-15 14:22:07 +08:00

18 lines
328 B
Python

"""add billing seats to organizations — skipped (enable_billing/enable_teams=false or no SQL DB)
Revision ID: 0010_org_billing_seats
"""
revision = "0010_org_billing_seats"
down_revision = "0009_conv_active_kb_ids"
branch_labels = None
depends_on = None
def upgrade() -> None:
pass
def downgrade() -> None:
pass