]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
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)
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

index bcdc79c8c536f17973b31d344bd9a1fe5d3d881d..740282ddeb8105959ea08275a69462f2a575cb6a 100644 (file)
@@ -3,7 +3,7 @@
 Revision ID: 44bd6dd914fa
 Revises: 4f91fc18c979
 Create Date: 2024-12-02 21:08:41.130023
-
+Update Date: 2025-01-28 09:50:00.000000
 """
 
 # revision identifiers, used by Alembic.
index 8452a5e762c279754e21992ca1b17b966b0c4c04..b8e6aec74853fade6db3ab971ef6c251b986cd90 100644 (file)
@@ -3,7 +3,7 @@
 Revision ID: abdc9ede147d
 Revises: 44bd6dd914fa
 Create Date: 2024-10-27 15:26:25.165085
-
+Update Date: 2025-01-28 09:50:00.000000
 """
 
 # revision identifiers, used by Alembic.