mirror of https://github.com/sipwise/db-schema.git
parent
b8ffb3d5bf
commit
f92e52bd43
@ -0,0 +1,2 @@
|
||||
use accounting;
|
||||
alter table cdr drop column source_ip;
|
@ -0,0 +1,2 @@
|
||||
use accounting;
|
||||
alter table cdr add column source_ip varchar(64) not null after source_clir;
|
Loading…
Reference in new issue