]> 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)
committerSean Bright <sean@seanbright.com>
Tue, 5 Mar 2024 23:30:36 +0000 (23:30 +0000)
commit1a94502551343a90f5b18b7509e41bdfaaaac714
tree15cfcd2f0bcaf8438424eecb6cc61d8e05371667
parent94176ecb88c9669e4d61fea0bb9422abf9f4b98c
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
contrib/ast-db-manage/config/versions/74dc751dfe8e_more_permission_boolean_columns.py [new file with mode: 0644]