Add source_ip field to cdr table.

remotes/svn/2.7
Andreas Granig 13 years ago
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…
Cancel
Save