]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Update Alembic database scripts for external scripting and PostgreSQL, Oracle
authorMatthew Jordan <mjordan@digium.com>
Thu, 3 Oct 2013 17:55:50 +0000 (17:55 +0000)
committerMatthew Jordan <mjordan@digium.com>
Thu, 3 Oct 2013 17:55:50 +0000 (17:55 +0000)
commit60423755e56413f72abc1af04c7d4e1d0136c781
tree6c363ce79f12c2047423b082eee9818075cc9c7b
parent72fbce14f427109166d13a6b135c2092b01fae9b
Update Alembic database scripts for external scripting and PostgreSQL, Oracle

This patch does the following:
1) The env scripts have been updated to be tolerant of a NULL configuration
   file. This occurs when configuration is provided by an external script,
   such that the actual config.ini file is not used.
2) Enum types have all been given names. This is needed for PostgreSQL script
   generation.
3) The identifier meetme_confno_starttime_endtime is greater than 30
   characters, and hence invalid for Oracle databases. This has been truncated
   down to meetme_confno_start_end.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@400383 65c4cc65-6c06-0410-ace0-fbb531ad65f3
contrib/ast-db-manage/config/env.py
contrib/ast-db-manage/config/versions/4da0c5f79a9c_create_tables.py
contrib/ast-db-manage/voicemail/env.py