]> 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)
committerSean Bright <sean@seanbright.com>
Tue, 1 Oct 2024 15:44:44 +0000 (15:44 +0000)
commit776bb8c56b189171a31474aab0d78a830b4aeb9d
tree8386c9274e6b9973940a3948eb3d94d4e5aaafb8
parentc80ce750bb170e7e56fd39b2e029629c69a34515
alembic: Drop redundant voicemail_messages index.

The `voicemail_messages_dir` index is a left prefix of the table's
primary key and therefore unnecessary.
contrib/ast-db-manage/voicemail/versions/64fae6bbe7fb_drop_redundant_index.py [new file with mode: 0644]