]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Use consistent type for boolean columns.
authorSean Bright <sean@seanbright.com>
Tue, 27 Feb 2024 21:40:40 +0000 (16:40 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 7 Mar 2024 14:16:38 +0000 (14:16 +0000)
commitd271e0ba5bdbc7472f9b2d2f499cbe47e294c0ee
treebcd687ea6ca696d0fce740817fee2884214919b9
parent72fc1e6b2eb7d7d634db63486754b08d7d4d02a1
res_pjsip: Use consistent type for boolean columns.

This migrates the relevant schema objects from the `('yes', 'no')`
definition to the `('0', '1', 'off', 'on', 'false', 'true', 'yes', 'no')`
one.

Fixes #617

(cherry picked from commit 39199aac56d307a34ac9c4b2de15b06de20d2544)
contrib/ast-db-manage/config/versions/74dc751dfe8e_more_permission_boolean_columns.py [new file with mode: 0644]