mirror of https://github.com/sipwise/db-schema.git
parent
ca5f6b5fdb
commit
92921b4613
@ -0,0 +1,3 @@
|
|||||||
|
use billing;
|
||||||
|
|
||||||
|
DROP INDEX billing_mappings_start_date on billing_mappings;
|
||||||
@ -0,0 +1,3 @@
|
|||||||
|
use billing;
|
||||||
|
|
||||||
|
CREATE INDEX billing_mappings_start_date ON billing_mappings (start_date);
|
||||||
Loading…
Reference in new issue