mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-08 14:17:02 +00:00
Fix alembic branches
Change-Id: I04f607f084bda9b1b7f626e8e9735c37dc751187
This commit is contained in:
@@ -8,10 +8,11 @@ Create Date: 2017-06-19 13:55:15.354706
|
|||||||
|
|
||||||
# revision identifiers, used by Alembic.
|
# revision identifiers, used by Alembic.
|
||||||
revision = '164abbd708c'
|
revision = '164abbd708c'
|
||||||
down_revision = '86bb1efa278d'
|
down_revision = 'd7983954dd96'
|
||||||
|
|
||||||
from alembic import op
|
from alembic import op
|
||||||
import sqlalchemy as sa
|
import sqlalchemy as sa
|
||||||
|
from sqlalchemy.dialects.postgresql import ENUM
|
||||||
|
|
||||||
OLD_ENUM = ['rfc4733', 'inband', 'info', 'auto']
|
OLD_ENUM = ['rfc4733', 'inband', 'info', 'auto']
|
||||||
NEW_ENUM = ['rfc4733', 'inband', 'info', 'auto', 'auto_info']
|
NEW_ENUM = ['rfc4733', 'inband', 'info', 'auto', 'auto_info']
|
||||||
|
Reference in New Issue
Block a user