mirror of https://github.com/sipwise/db-schema.git
parent
7fe94f9213
commit
53c205da73
@ -0,0 +1,5 @@
|
|||||||
|
use accounting;
|
||||||
|
|
||||||
|
alter table events
|
||||||
|
add key subscriber_idx(subscriber_id),
|
||||||
|
add key exstatus_idx(export_status);
|
||||||
Loading…
Reference in new issue