can import from excel now.

This commit is contained in:
Bryce Covert
2018-05-03 15:23:10 -07:00
parent 65e65302bf
commit ea1e43d981
9 changed files with 192 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
-- 1525382176 DOWN more-customer-fields
ALTER TABLE companies drop column code;
delete from invoices;
delete from companies;