From d6f2e095a600865bbfebf49b84845e24e72d35a0 Mon Sep 17 00:00:00 2001 From: George Joseph Date: Tue, 28 Jan 2025 09:51:42 -0700 Subject: [PATCH] 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. --- .../config/versions/44bd6dd914fa_add_qualify_2xx_only_option.py | 2 +- .../abdc9ede147d_add_fields_to_ps_auths_to_support_new_.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/ast-db-manage/config/versions/44bd6dd914fa_add_qualify_2xx_only_option.py b/contrib/ast-db-manage/config/versions/44bd6dd914fa_add_qualify_2xx_only_option.py index bcdc79c8c5..740282ddeb 100644 --- a/contrib/ast-db-manage/config/versions/44bd6dd914fa_add_qualify_2xx_only_option.py +++ b/contrib/ast-db-manage/config/versions/44bd6dd914fa_add_qualify_2xx_only_option.py @@ -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. diff --git a/contrib/ast-db-manage/config/versions/abdc9ede147d_add_fields_to_ps_auths_to_support_new_.py b/contrib/ast-db-manage/config/versions/abdc9ede147d_add_fields_to_ps_auths_to_support_new_.py index 8452a5e762..b8e6aec748 100644 --- a/contrib/ast-db-manage/config/versions/abdc9ede147d_add_fields_to_ps_auths_to_support_new_.py +++ b/contrib/ast-db-manage/config/versions/abdc9ede147d_add_fields_to_ps_auths_to_support_new_.py @@ -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.