mirror of
https://github.com/furyhawk/agent_delta.git
synced 2026-07-21 02:05:36 +00:00
19 lines
360 B
Python
19 lines
360 B
Python
"""create mv_usage_daily — skipped (PostgreSQL + billing + credits not all enabled)
|
|
|
|
Revision ID: 0015_create_mv_usage_daily
|
|
Revises: 0014_credits_usage_events
|
|
"""
|
|
|
|
revision = "0015_create_mv_usage_daily"
|
|
down_revision = "0014_credits_usage_events"
|
|
branch_labels = None
|
|
depends_on = None
|
|
|
|
|
|
def upgrade() -> None:
|
|
pass
|
|
|
|
|
|
def downgrade() -> None:
|
|
pass
|