mirror of
https://github.com/furyhawk/agent_delta.git
synced 2026-07-21 02:05:36 +00:00
18 lines
322 B
Python
18 lines
322 B
Python
"""create plan and price tables — skipped (enable_billing=false or no SQL DB)
|
|
|
|
Revision ID: 0011_create_plan_price_tables
|
|
"""
|
|
|
|
revision = "0011_create_plan_price_tables"
|
|
down_revision = "0010_org_billing_seats"
|
|
branch_labels = None
|
|
depends_on = None
|
|
|
|
|
|
def upgrade() -> None:
|
|
pass
|
|
|
|
|
|
def downgrade() -> None:
|
|
pass
|