mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
alembic: Fix alembic migration for 'moh_passthrough' option in res_pjsip.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@428223 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
"""Add moh_passthrough option to pjsip
|
"""add moh passthrough option to pjsip
|
||||||
|
|
||||||
Revision ID: 339e1dfa644d
|
Revision ID: 15b1430ad6f1
|
||||||
Revises: 1443687dda65
|
Revises: 371a3bf4143e
|
||||||
Create Date: 2014-10-21 14:55:34.197448
|
Create Date: 2014-11-19 07:44:51.225703
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# revision identifiers, used by Alembic.
|
# revision identifiers, used by Alembic.
|
||||||
revision = '339e1dfa644d'
|
revision = '15b1430ad6f1'
|
||||||
down_revision = '1443687dda65'
|
down_revision = '371a3bf4143e'
|
||||||
|
|
||||||
from alembic import op
|
from alembic import op
|
||||||
import sqlalchemy as sa
|
import sqlalchemy as sa
|
Reference in New Issue
Block a user