aboutsummaryrefslogtreecommitdiff
path: root/backend/migrations/2020-12-25-150728_transaction_date/down.sql
blob: 18fe306dc1a32c2e389dcc3a679a930ec49b5a07 (plain)
1
2
3
4
-- This file should undo anything in `up.sql`

alter table transaction
drop column order_date;