]> git.ipfire.org Git - thirdparty/asterisk.git/commit
alembic: Database updates required.
authorGeorge Joseph <gjoseph@sangoma.com>
Tue, 28 Jan 2025 16:51:42 +0000 (09:51 -0700)
committerGeorge Joseph <gjoseph@sangoma.com>
Wed, 29 Jan 2025 17:00:58 +0000 (10:00 -0700)
commitc3cf4bd223082b747f6f6cf7b82431b5798147ad
treeaf6903cce66c8b9fffc2673d360e9f918d3234e2
parent00de10c0d1a07ba27c50eb224c4a200e5f89b88c
alembic: Database updates required.

This commit doesn't actually change anything.  It just adds the following
upgrade notes that were omitted from the original commits.

Resolves: #1097

UpgradeNote: Two commits in this release...
'Add SHA-256 and SHA-512-256 as authentication digest algorithms'
'res_pjsip: Add new AOR option "qualify_2xx_only"'
...have modified alembic scripts for the following database tables: ps_aors,
ps_contacts, ps_auths, ps_globals. If you don't use the scripts to update
your database, reads from those tables will succeeed but inserts into the
ps_contacts table by res_pjsip_registrar will fail.
contrib/ast-db-manage/config/versions/44bd6dd914fa_add_qualify_2xx_only_option.py
contrib/ast-db-manage/config/versions/abdc9ede147d_add_fields_to_ps_auths_to_support_new_.py