]> git.ipfire.org Git - thirdparty/asterisk.git/commit
alembic: script modifications due to errors
authorKevin Harwell <kharwell@digium.com>
Fri, 31 Jan 2014 22:17:50 +0000 (22:17 +0000)
committerKevin Harwell <kharwell@digium.com>
Fri, 31 Jan 2014 22:17:50 +0000 (22:17 +0000)
commit944a13a427f3c2052f61c7ba04f9549de9d93e3b
tree3e20040cb51d6d111fab82c1503ee5eeaf5a2b3e
parenta27abd02e605aafd25484a048d4d812bd79b8742
alembic: script modifications due to errors

A couple of the scripts had errors that would not allow a full migration to
take place.  The extensions table needed to make its 'id' column a primary
key in order to work with mysql.  The other script ...add_endpoints... was
missing tables that it was trying to add columns to.

Added the primary key on id for extensions and added the tables in for the
missing pjsip configuration options.  While it is not ideal to modify already
released scripts this was a case where it had to be done due to errors in
the script and lacking a better alternative.

Review: https://reviewboard.asterisk.org/r/3167/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@407019 65c4cc65-6c06-0410-ace0-fbb531ad65f3
UPGRADE.txt
contrib/ast-db-manage/config/versions/2fc7930b41b3_add_pjsip_endpoint_options_for_12_1.py
contrib/ast-db-manage/config/versions/581a4264e537_adding_extensions.py