fix: alembic 022 down_revision must be 021 not 021_agent_git_release (0.20.20)

This commit is contained in:
PTah
2026-06-21 11:04:07 +10:00
parent 5635be1322
commit 8a451a0c49
4 changed files with 6 additions and 6 deletions
@@ -1,7 +1,7 @@
"""host remote_action JSON for background SSH/WinRM jobs
Revision ID: 022_host_remote_action
Revises: 021_agent_git_release
Revises: 021
Create Date: 2026-06-21
"""
@@ -11,7 +11,7 @@ import sqlalchemy as sa
from sqlalchemy.dialects import postgresql
revision = "022_host_remote_action"
down_revision = "021_agent_git_release"
down_revision = "021"
branch_labels = None
depends_on = None