MT#53849 peer/reseller invoicing

Change-Id: Ic467b54656c251de547c79c3e064795aa656c5b2
mr11.5
Rene Krenn 3 years ago
parent b5154890b1
commit f13ac615c6

@ -0,0 +1,5 @@
USE billing;
ALTER TABLE invoice_templates MODIFY COLUMN reseller_id int(11) unsigned NOT NULL;
ALTER TABLE invoice_templates DROP COLUMN category;

@ -0,0 +1,5 @@
USE billing;
ALTER TABLE invoice_templates MODIFY COLUMN reseller_id int(11) unsigned;
ALTER TABLE invoice_templates ADD COLUMN category enum('customer','peer','reseller','did') NOT NULL DEFAULT 'customer';
Loading…
Cancel
Save