mirror of https://github.com/sipwise/db-schema.git
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…
Reference in new issue