Files
integreat/migrator/migrations/1523595957-UP-switch-date-format.sql
2018-04-12 22:33:57 -07:00

4 lines
138 B
SQL

-- 1523595957 UP switch-date-format
alter table invoices drop column date;
alter table invoices add column date timestamp with time zone;