]> 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:52 +0000 (15:44 +0000)
commit74df82e71c6703392453ea7c97c6406af5c5c752
tree85ecf6c026317e263a44a4393a1725ad40d6e655
parent96d20e92bfb1525807ee01da840895754532d7a8
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]