mirror of https://github.com/sipwise/db-schema.git
parent
cd4fff763c
commit
530faa5bd9
@ -0,0 +1,2 @@
|
|||||||
|
use billing;
|
||||||
|
alter table billing_fees_history drop index bfhsems_idx;
|
||||||
@ -0,0 +1,2 @@
|
|||||||
|
use billing;
|
||||||
|
create index bfhsems_idx on billing_fees_history (billing_profile_id,bf_id,type,destination) using btree;
|
||||||
Loading…
Reference in new issue