]> 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)
committerasterisk-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Wed, 29 Jan 2025 14:21:01 +0000 (14:21 +0000)
commit014994b19fce16353dcccb66ab3da2f2b9f48817
treeeb85bdd0c32a06ae0163899dc8317f3e2c13508e
parent82bef2ed9060a06db7f629e657613458b2576303
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