Skip to content

Commit

Permalink
chore: add retry index migration (#11887)
Browse files Browse the repository at this point in the history
Co-authored-by: Novice Lee <novicelee@NoviPro.local>
  • Loading branch information
Nov1c444 and Novice Lee authored Dec 20, 2024
1 parent e2cde62 commit 52201d9
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""add retry_index field to node-execution model
"""add retry_index field to node-execution model
Revision ID: 348cb0a93d53
Revises: cf8f4fc45278
Create Date: 2024-12-16 01:23:13.093432
Revision ID: e1944c35e15e
Revises: 11b07f66c737
Create Date: 2024-12-20 06:28:30.287197
"""
from alembic import op
Expand All @@ -11,8 +11,8 @@


# revision identifiers, used by Alembic.
revision = '348cb0a93d53'
down_revision = 'cf8f4fc45278'
revision = 'e1944c35e15e'
down_revision = '11b07f66c737'
branch_labels = None
depends_on = None

Expand Down

0 comments on commit 52201d9

Please # to comment.