mirror of https://github.com/sipwise/db-schema.git
Change-Id: I5960aa99606e3c59f22612422c8dffb4c753e6c1changes/06/12906/2
parent
31d2701daf
commit
c6b5054d4e
@ -0,0 +1,5 @@
|
||||
SET sql_log_bin=0;
|
||||
USE accounting;
|
||||
|
||||
ALTER TABLE cdr DROP COLUMN source_user_out, DROP COLUMN destination_user_out;
|
||||
|
||||
@ -0,0 +1,6 @@
|
||||
SET sql_log_bin=0;
|
||||
USE accounting;
|
||||
|
||||
ALTER TABLE cdr ADD COLUMN source_user_out varchar(255) NOT NULL DEFAULT '' AFTER source_lnp_prefix, ADD COLUMN destination_user_out varchar(255) NOT NULL DEFAULT '' AFTER destination_lnp_prefix;
|
||||
|
||||
|
||||
Loading…
Reference in new issue