소스 검색

chore: add retry index migration (#11887)

Co-authored-by: Novice Lee <novicelee@NoviPro.local>
tags/0.14.2
Novice 10 달 전
부모
커밋
52201d95b1
No account linked to committer's email address
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6
    6
      api/migrations/versions/2024_12_20_0628-e1944c35e15e_add_retry_index_field_to_node_execution_.py

api/migrations/versions/2024_12_16_0123-348cb0a93d53_add_retry_index_field_to_node_execution_.py → api/migrations/versions/2024_12_20_0628-e1944c35e15e_add_retry_index_field_to_node_execution_.py 파일 보기

@@ -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
@@ -11,8 +11,8 @@ import sqlalchemy as sa


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


Loading…
취소
저장