You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
db-schema/db_scripts/diff/15165.up

9 lines
242 B

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;