]> git.ipfire.org Git - thirdparty/asterisk.git/commit
alembic: add auth_username to endpoint's identify_by enum 63/3463/1
authorKevin Harwell <kharwell@digium.com>
Thu, 11 Aug 2016 15:50:09 +0000 (10:50 -0500)
committerKevin Harwell <kharwell@digium.com>
Thu, 11 Aug 2016 15:59:26 +0000 (10:59 -0500)
commit112de905768938974490255d7a9258a6887e4e27
treeec738cbc0b4e808dfa6fd07499843a567490bc8f
parent01c49ac889c94aae694a1f01c826df2f75eb9c67
alembic: add auth_username to endpoint's identify_by enum

A new identify_by option was added recently, auth_username. However, this
setting was not added as an allowable choice in the database enumeration
value.

This patch updates the current enumeration, adding in the new setting.

ASTERISK-26268 #close

Change-Id: Ib4788e8485e4cd40172ec0abbf5810a147ab8bf8
contrib/ast-db-manage/config/versions/3772f8f828da_update_identify_by.py [new file with mode: 0644]