]> 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:46 +0000 (15:44 +0000)
commitd9c14cba492787ce37888f24c19c8b83194457b3
tree3c2ddec0845c5b85b111ae860844282efd278b6a
parent750333ae033fe813a359064758864be265cb3aea
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]