Files
integreat/migrator/migrations/1525464770-DOWN-change-amount-to-number.sql
2018-05-10 17:32:22 -07:00

4 lines
135 B
SQL

-- 1525464770 DOWN change-amount-to-number
alter table invoices drop column total;
alter table invoices add column total varchar(255);