mirror of https://github.com/sipwise/db-schema.git
parent
d101959f77
commit
5193028fc8
@ -0,0 +1,2 @@
|
|||||||
|
use billing;
|
||||||
|
alter table contracts drop column invoice_template_id;
|
@ -0,0 +1,2 @@
|
|||||||
|
use billing;
|
||||||
|
alter table contracts add column invoice_template_id integer (11) unsigned default null after invoice_email_template_id;
|
Loading…
Reference in new issue