mirror of https://github.com/sipwise/db-schema.git
Change-Id: I30a6f61d7974167398fd663496ce1f22f491f459changes/10/16210/4
parent
33cea1ade1
commit
546f71665b
@ -0,0 +1,4 @@
|
||||
SET sql_log_bin=0;
|
||||
use accounting;
|
||||
|
||||
alter table prepaid_costs drop column source_user_id, drop column destination_user_id;
|
@ -0,0 +1,5 @@
|
||||
SET sql_log_bin=0;
|
||||
use accounting;
|
||||
|
||||
alter table prepaid_costs add column source_user_id char(36) NOT NULL,
|
||||
add column destination_user_id char(36) NOT NULL;
|
Loading…
Reference in new issue