mirror of
https://github.com/langgenius/dify.git
synced 2026-01-25 05:02:19 +08:00
fix(migrations): update down_revision for sandbox_providers migration
This commit is contained in:
parent
1557f48740
commit
eabfa8f3af
@ -1,7 +1,7 @@
|
||||
"""sandbox_providers
|
||||
|
||||
Revision ID: aab323465866
|
||||
Revises: 03ea244985ce
|
||||
Revises: 85c8b4a64f53
|
||||
Create Date: 2026-01-08 10:31:05.062722
|
||||
|
||||
"""
|
||||
@ -11,7 +11,7 @@ import sqlalchemy as sa
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = 'aab323465866'
|
||||
down_revision = '03ea244985ce'
|
||||
down_revision = '85c8b4a64f53'
|
||||
branch_labels = None
|
||||
depends_on = None
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user