mirror of https://github.com/sipwise/db-schema.git
If set and a call is done within a pbx customer, the call is blocked in blacklist, and is allowed in whitelist. Change-Id: I3a113a29baa0c1500e23016d05c8225024dcf295changes/98/8498/1
parent
8e03d7b475
commit
ebd20192e0
@ -0,0 +1,3 @@
|
||||
use billing;
|
||||
|
||||
alter table ncos_levels drop column intra_pbx;
|
||||
@ -0,0 +1,3 @@
|
||||
use billing;
|
||||
|
||||
alter table ncos_levels add column intra_pbx tinyint(1) not null default 0 after local_ac;
|
||||
Loading…
Reference in new issue