]> git.ipfire.org Git - thirdparty/asterisk.git/commit
alembic: Drop redundant voicemail_messages index.
authorSean Bright <sean@seanbright.com>
Thu, 26 Sep 2024 20:21:31 +0000 (16:21 -0400)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 14 Nov 2024 20:02:03 +0000 (20:02 +0000)
commit0bba91a49d885df74448cde2b98c0d79c50d25e2
tree0037ef538d593bddc0818b77c9c3f047011634a2
parent682ad186fb221999108b47a792c99300a97df8cc
alembic: Drop redundant voicemail_messages index.

The `voicemail_messages_dir` index is a left prefix of the table's
primary key and therefore unnecessary.

(cherry picked from commit 0bdfebd1b7833ebb484a73a9b6efe2fdbffc1378)
contrib/ast-db-manage/voicemail/versions/64fae6bbe7fb_drop_redundant_index.py [new file with mode: 0644]