mirror of https://github.com/sipwise/db-schema.git
This is needed because we now also look at the `with` part to also retrieve inbound messages to a user. Change-Id: I8602ec4e3e8b94dcbdd3548dd3ad4ac73d399c0dchanges/17/20117/2
parent
a277696d74
commit
69836f31cc
@ -0,0 +1,3 @@
|
||||
USE prosody;
|
||||
|
||||
ALTER TABLE sipwise_mam DROP KEY `with_idx`;
|
@ -0,0 +1,3 @@
|
||||
USE prosody;
|
||||
|
||||
ALTER TABLE sipwise_mam ADD KEY `with_idx` (`with`);
|
Loading…
Reference in new issue