mirror of https://github.com/langgenius/dify.git
Update api/migrations/versions/2025_12_10_1504-8a7f2ad7c23e_add_workflow_runs_created_at_idx.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
2f635173a8
commit
2eaceed4c5
|
|
@ -6,8 +6,6 @@ Create Date: 2025-12-10 15:04:00.000000
|
|||
"""
|
||||
|
||||
from alembic import op
|
||||
import sqlalchemy as sa
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = "8a7f2ad7c23e"
|
||||
down_revision = "d57accd375ae"
|
||||
|
|
|
|||
Loading…
Reference in New Issue