Browse Source

fix db migration (#15422)

tags/1.0.1
Jyong 7 months ago
parent
commit
a1ab4aec3d
No account linked to committer's email address

+ 1
- 1
api/migrations/versions/2025_01_14_0617-f051706725cc_add_rate_limit_logs.py View File

@@ -12,7 +12,7 @@ from sqlalchemy.dialects import postgresql

# revision identifiers, used by Alembic.
revision = 'f051706725cc'
down_revision = 'd20049ed0af6'
down_revision = 'ee79d9b1c156'
branch_labels = None
depends_on = None


Loading…
Cancel
Save