]> git.ipfire.org Git - thirdparty/asterisk.git/commit
contrib/ast-db-manage: Add Postgres ENUM type support in auto DTMF mode update 49/349/1
authorMatt Jordan <mjordan@digium.com>
Mon, 4 May 2015 01:28:52 +0000 (20:28 -0500)
committerMatt Jordan <mjordan@digium.com>
Mon, 4 May 2015 01:28:52 +0000 (20:28 -0500)
commite76a6a97bf486fd8fbba5ff355e5790d8aa59b85
treecd92de8f5431b7dbc779452ef39d0233e673ab79
parentec0f80b6e8d5f6952bdf48e8f19a024ebc64840e
contrib/ast-db-manage: Add Postgres ENUM type support in auto DTMF mode update

The upgrade script for auto DTMF mode (31cd4f4891ec) added in 88b0fa7755
failed to add ENUM support for Postgres databases. This requires a
specific import from the sqlalchemy.dialects.postgresql package. This
patch corrects this error, which allows for Postgres update scripts to
be generated.

ASTERISK-24706

Change-Id: I4742ac8efa533cd6f18e0bdd907b339a9aedf015
contrib/ast-db-manage/config/versions/31cd4f4891ec_add_auto_dtmf_mode.py