asterisk/contrib/ast-db-manage/voicemail
Mike Bradeen ab1a9fa7d1 app_voicemail_odbc: remove macrocontext from voicemail_messages table
When app_macro was deprecated, the macrocontext column was removed from
the INSERT statement but the binds were not renumbered. This broke the
insert.

This change removes the macrocontext column via alembic and re-numbers
the existing columns in the INSERT.

Fixes: #527

UserNote: The fix requires removing the macrocontext column from the
voicemail_messages table in the voicemail database via alembic upgrade.

UpgradeNote: The fix requires that the voicemail database be upgraded via
alembic. Upgrading to the latest voicemail database via alembic will
remove the macrocontext column from the voicemail_messages table.

(cherry picked from commit a22db8fd60)
2024-03-07 14:18:40 +00:00
..
versions app_voicemail_odbc: remove macrocontext from voicemail_messages table 2024-03-07 14:18:40 +00:00
env.py alembic: Allow cdr, config and voicemail to exist in the same schema 2016-10-07 07:49:42 -05:00
script.py.mako Actually *add* the database schema management utilities 2013-08-29 12:30:07 +00:00