]> git.ipfire.org Git - thirdparty/asterisk.git/commit
alembic: add auth_username to endpoint's identify_by enum 62/3462/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:15 +0000 (10:59 -0500)
commit5913929d312c2f3668ac11b62734694adbf52462
treea0736c40283addfe3f5d1f5bdd0fc13e11aa6c33
parent134db75e67850513e26addf171b8be79e66ee03d
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]