Skip to content
Snippets Groups Projects

Added a migration to update the description of modify_isis_metric workflow.

Merged Neda Moeini requested to merge hotfix/NAT-597 into develop
2 files
+ 29
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -5,14 +5,13 @@ Revises:
@@ -5,14 +5,13 @@ Revises:
Create Date: 2024-04-02 10:21:08.539591
Create Date: 2024-04-02 10:21:08.539591
"""
"""
from alembic import op
from orchestrator.migrations.helpers import create_workflow, delete_workflow
# revision identifiers, used by Alembic.
# revision identifiers, used by Alembic.
revision = '1ec810b289c0'
revision = '1ec810b289c0'
down_revision = '32cad119b7c4'
down_revision = '32cad119b7c4'
branch_labels = None
branch_labels = None
depends_on = '048219045729' # in this revision, SURF has added a new columns to the workflow table like delted_at, so we need to add a dependency on the revision that added the columns to the workflow table.
depends_on = '048219045729'
 
# in this revision, SURF has added a new columns to the workflow table like deleted_at, so we need to add a dependency
 
# on the revision that added the columns to the workflow table.
def upgrade() -> None:
def upgrade() -> None:
Loading