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

4 lines
128 B
SQL

-- 1523595957 DOWN switch-date-format
alter table invoices drop column date;
alter table invoices add column date varchar(255);