mirror of https://github.com/sipwise/db-schema.git
Change-Id: I592bd5a41743ce8a21aed493d9cb0d851cb7192f
(cherry picked from commit 63e368d9e2)
changes/90/9090/1
parent
4fec4caba4
commit
3babb2d2aa
@ -0,0 +1,8 @@
|
|||||||
|
use billing;
|
||||||
|
set autocommit=0;
|
||||||
|
|
||||||
|
ALTER TABLE billing_profiles DROP COLUMN fraud_use_reseller_rates;
|
||||||
|
|
||||||
|
DROP INDEX said_stime_idx ON accounting.cdr;
|
||||||
|
|
||||||
|
commit;
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
use billing;
|
||||||
|
set autocommit=0;
|
||||||
|
|
||||||
|
ALTER TABLE billing_profiles ADD COLUMN fraud_use_reseller_rates tinyint(3) unsigned default 0 AFTER fraud_daily_notify;
|
||||||
|
|
||||||
|
CREATE INDEX said_stime_idx ON accounting.cdr (source_account_id, start_time);
|
||||||
|
|
||||||
|
commit;
|
||||||
Loading…
Reference in new issue