mirror of
https://github.com/langgenius/dify.git
synced 2026-04-15 18:06:36 +08:00
fix: migration file version
This commit is contained in:
parent
96a6943588
commit
3968017fbd
@ -1,7 +1,7 @@
|
||||
"""Add workflow comments table
|
||||
|
||||
Revision ID: 227822d22895
|
||||
Revises: 9d77545f524e
|
||||
Revises: 6b5f9f8b1a2c
|
||||
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 = '6b5f9f8b1a2c'
|
||||
branch_labels = None
|
||||
depends_on = None
|
||||
|
||||
Loading…
Reference in New Issue
Block a user