mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
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.
This commit is contained in:
@@ -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.
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user