]> 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 16:59:15 +0000 (09:59 -0700)
commitd6f2e095a600865bbfebf49b84845e24e72d35a0
tree36c973997b9317e7e41f98942159a13ff01ad628
parentb0764ad4923b3e83fde2ec351354ec882f50b46f
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