]> git.ipfire.org Git - thirdparty/asterisk.git/commit
alembic: fix suppress_q850_reason_headers column name
authorFlorian Floimair <f.floimair@commend.com>
Tue, 18 Sep 2018 14:39:05 +0000 (16:39 +0200)
committerFlorian Floimair <f.floimair@commend.com>
Tue, 18 Sep 2018 14:41:51 +0000 (16:41 +0200)
commit36ce08fa7df5b9894d61864f3ae0fafbed9f1b0a
tree9619e24ce68a13c95b7f550eabbf1acdd5d5ef55
parent5713fc0b492c4e4f12513c8cc7c5e07dee4d2d75
alembic: fix suppress_q850_reason_headers column name

In the original commit introducing the feature the column in the alembic
script was called 'suppress_q850_reason_header'.
In the code however the option is called 'suppress_q850_reason_headers'
(trailing 's'). This leads to errors when ARI push configuration is used.

Change-Id: Ie84808adbca6fcc9136556e4f5d741adbef5d14f
contrib/ast-db-manage/config/versions/7f85dd44c775_fix_suppress_q850_reason_headers.py [new file with mode: 0644]