MT#5879 Rename invoice template tables with s sufficses.

agranig/subprof
Irina Peshinskaya 11 years ago
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…
Cancel
Save