]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix Alembic upgrades. 46/3046/7
authorMark Michelson <mmichelson@digium.com>
Mon, 20 Jun 2016 18:18:38 +0000 (13:18 -0500)
committerMark Michelson <mmichelson@digium.com>
Wed, 22 Jun 2016 17:21:11 +0000 (12:21 -0500)
commit1b79e2deff58dbf3f98791da1715aa4a696b028c
tree2df4afd96a8f86629128ded1412f7b12c51c10eb
parentfe8aab6959822438fc2b1bfb8a32d0e22816026e
Fix Alembic upgrades.

A non-existent constraint was being referenced in the upgrade script.
This patch corrects the problem by removing the reference.

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 updates Sorcery to use "yes" and
"no"

ASTERISK-26128 #close

Change-Id: I366dbbf91418a9cb160b3ca74b0e59b5ac284bec
contrib/ast-db-manage/config/versions/81b01a191a46_pjsip_add_contact_reg_server.py
include/asterisk/config_options.h
main/config_options.c
main/sorcery.c
res/res_pjsip/location.c