]> 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:49 +0000 (15:44 +0000)
commit0bdfebd1b7833ebb484a73a9b6efe2fdbffc1378
tree155e42a7f9842514abd30641fc9db1a48f341884
parente1f2866bb6ffc2a661b897ecfb4839dffb6fa74d
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]