mirror of https://github.com/sipwise/db-schema.git
Change-Id: I3fb18a7118161df6e782d53e5d47a3f84a00b16dmr10.4.1
parent
cc9e2633f4
commit
c956ea8807
@ -0,0 +1,3 @@
|
||||
USE billing;
|
||||
|
||||
ALTER TABLE invoice_templates DROP COLUMN call_direction;
|
||||
@ -0,0 +1,3 @@
|
||||
USE billing;
|
||||
|
||||
ALTER TABLE invoice_templates ADD COLUMN call_direction enum('in','out','in_out') NOT NULL DEFAULT 'out';
|
||||
Loading…
Reference in new issue