mirror of https://github.com/langgenius/dify.git
chore(migrations): remove obsolete migration files for workflow trigger logs, app triggers, and plugin triggers
This commit is contained in:
parent
ae422c2628
commit
1857d0e53f
|
|
@ -1,8 +1,8 @@
|
|||
"""Add workflow trigger logs table
|
||||
|
||||
Revision ID: 4558cfabe44e
|
||||
Revises: 0e154742a5fa
|
||||
Create Date: 2025-08-23 20:38:20.059323
|
||||
Revises: ae662b25d9bc
|
||||
Create Date: 2025-10-27 12:01:00.000000
|
||||
|
||||
"""
|
||||
from alembic import op
|
||||
|
|
@ -12,7 +12,7 @@ import sqlalchemy as sa
|
|||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = '4558cfabe44e'
|
||||
down_revision = '68519ad5cd18'
|
||||
down_revision = 'ae662b25d9bc'
|
||||
branch_labels = None
|
||||
depends_on = None
|
||||
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Revision ID: 9ee7d347f4c1
|
||||
Revises: 5871f634954d
|
||||
Create Date: 2025-08-27 17:33:30.082812
|
||||
Create Date: 2025-10-27 12:03:00.000000
|
||||
|
||||
"""
|
||||
from alembic import op
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Revision ID: 132392a2635f
|
||||
Revises: c19938f630b6
|
||||
Create Date: 2025-09-26 12:05:00.000000
|
||||
Create Date: 2025-10-27 12:05:00.000000
|
||||
|
||||
"""
|
||||
from alembic import op
|
||||
Loading…
Reference in New Issue