]> 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-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Tue, 5 Mar 2024 23:30:39 +0000 (23:30 +0000)
commit6291ddaf90c2e089c03f01ef4a8e85bfb854a94d
treec93b37572fa75ef2b2eb3eefc1e0e2954d2d75c3
parent109115de3d7d1b71f41fe92440a2e00cab4a4c1a
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]