MT#5879 Add sent masrker to invoices.

ipeshinskaya/InvoiceTemplate5
Irina Peshinskaya 11 years ago
parent 6edbf0dd3f
commit d3cb00546e

@ -0,0 +1,3 @@
USE billing;
alter table invoices drop column sent_date;

@ -0,0 +1,2 @@
use billing;
alter table invoices add column sent_date datetime default null;
Loading…
Cancel
Save