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

Fixes #147.
pull/152/head
Sean Bright 2 years ago committed by George Joseph
parent 88524c9c04
commit a094620058

@ -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

Loading…
Cancel
Save