]> 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:34 +0000 (23:30 +0000)
commit93e40968c3347a8d02da6ff6cf3a1a3d7b5a6f2f
treed450049d54a595f5e7fd8d71d34567d271a5d17d
parent9f182e9f58e7952f776fc563a06f741bd0619a1b
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]