switching to use real dates.
This commit is contained in:
3
migrator/migrations/1523595957-UP-switch-date-format.sql
Normal file
3
migrator/migrations/1523595957-UP-switch-date-format.sql
Normal 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;
|
||||
Reference in New Issue
Block a user