switching to use real dates.

This commit is contained in:
Bryce Covert
2018-04-12 22:33:57 -07:00
parent e1e0835bee
commit 056bfc38a4
8 changed files with 64 additions and 19 deletions

View File

@@ -0,0 +1,3 @@
-- 1523595957 UP switch-date-format
alter table invoices drop column date;
alter table invoices add column date timestamp with time zone;