]> 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:32 +0000 (23:30 +0000)
commit39199aac56d307a34ac9c4b2de15b06de20d2544
tree72cfb9151e600fbf7d344e91faf35948e7d323d9
parenta6070e39ec8e45f66f744cefeec23c208a0b0358
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]