mirror of https://github.com/sipwise/db-schema.git
parent
11603d4189
commit
9771ab541a
@ -0,0 +1,2 @@
|
||||
USE billing;
|
||||
DROP INDEX showfeesc_idx;
|
@ -0,0 +1,2 @@
|
||||
USE billing;
|
||||
CREATE INDEX showfeesc_idx ON billing_fees(billing_profile_id, billing_zone_id, destination);
|
Loading…
Reference in new issue