mirror of https://github.com/asterisk/asterisk
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@428223 65c4cc65-6c06-0410-ace0-fbb531ad65f3changes/42/42/1
parent
3119c3737f
commit
b2e766a6b7
@ -1,14 +1,14 @@
|
||||
"""Add moh_passthrough option to pjsip
|
||||
"""add moh passthrough option to pjsip
|
||||
|
||||
Revision ID: 339e1dfa644d
|
||||
Revises: 1443687dda65
|
||||
Create Date: 2014-10-21 14:55:34.197448
|
||||
Revision ID: 15b1430ad6f1
|
||||
Revises: 371a3bf4143e
|
||||
Create Date: 2014-11-19 07:44:51.225703
|
||||
|
||||
"""
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = '339e1dfa644d'
|
||||
down_revision = '1443687dda65'
|
||||
revision = '15b1430ad6f1'
|
||||
down_revision = '371a3bf4143e'
|
||||
|
||||
from alembic import op
|
||||
import sqlalchemy as sa
|
Loading…
Reference in new issue