ast-db-manage: Fix alembic branching error caused by #122.

Fixes #147.

(cherry picked from commit fe15631d38)
This commit is contained in:
Sean Bright
2023-06-05 16:13:55 -04:00
committed by Asterisk Development Team
parent 319da11fae
commit 79d271fa7f

View File

@@ -1,14 +1,14 @@
"""Add loop_last to res_musiconhold
Revision ID: f5b0e7427449
Revises: f261363a857f
Revises: 4042a0ff4d9f
Create Date: 2023-03-13 23:59:00.835055
"""
# revision identifiers, used by Alembic.
revision = 'f5b0e7427449'
down_revision = 'f261363a857f'
down_revision = '4042a0ff4d9f'
from alembic import op
import sqlalchemy as sa