TT#157700 invoice template call directions

Change-Id: I3fb18a7118161df6e782d53e5d47a3f84a00b16d
mr10.4.1
Rene Krenn 5 years ago
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…
Cancel
Save