fix migration file version

This commit is contained in:
hjlarry 2026-01-25 00:05:19 +08:00
parent 4c596aaac2
commit 1c943eb89f
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
"""Add workflow comments table
Revision ID: 227822d22895
Revises: 9d77545f524e
Revises: 201d71cc4f34
Create Date: 2025-08-22 17:26:15.255980
"""
@ -12,7 +12,7 @@ import sqlalchemy as sa
# revision identifiers, used by Alembic.
revision = '227822d22895'
down_revision = '9d77545f524e'
down_revision = '201d71cc4f34'
branch_labels = None
depends_on = None