-
- Downloads
Fix Alembic upgrades.
A non-existent constraint was being referenced in the upgrade script. This patch corrects the problem by removing the reference. In addition, the head of the alembic branch referred to a non-existent revision. This has been fixed by referring to the proper revision. This patch fixes another realtime problem as well. Our Alembic scripts store booleans as yes or no values. However, Sorcery tries to insert "true" or "false" instead. This patch introduces a new boolean type that translates to "yes" or "no" instead. ASTERISK-26128 #close Change-Id: I51574736a881189de695a824883a18d66a52dcef
Showing
- contrib/ast-db-manage/config/versions/6d8c104e6184_res_pjsip_add_contact_via_addr_and_.py 1 addition, 1 deletion...sions/6d8c104e6184_res_pjsip_add_contact_via_addr_and_.py
- contrib/ast-db-manage/config/versions/81b01a191a46_pjsip_add_contact_reg_server.py 0 additions, 2 deletions...fig/versions/81b01a191a46_pjsip_add_contact_reg_server.py
- include/asterisk/config_options.h 23 additions, 0 deletionsinclude/asterisk/config_options.h
- main/config_options.c 5 additions, 0 deletionsmain/config_options.c
- main/sorcery.c 7 additions, 0 deletionsmain/sorcery.c
- res/res_pjsip/location.c 1 addition, 1 deletionres/res_pjsip/location.c
Loading
Please register or sign in to comment