mirror of https://github.com/sipwise/db-schema.git
parent
717785f7e7
commit
6941698106
@ -0,0 +1,4 @@
|
||||
use billing;
|
||||
|
||||
alter table invoice_templates rename to invoice_template;
|
||||
alter table invoice_template_resources rename to invoice_template_resource;
|
@ -0,0 +1,4 @@
|
||||
use billing;
|
||||
|
||||
alter table invoice_template rename to invoice_templates;
|
||||
alter table invoice_template_resource rename to invoice_template_resources;
|
Loading…
Reference in new issue